Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/darkreader/darkreader
/ combineArrays
Function
combineArrays
src/inject/dynamic-theme/fixes.ts:47–49 ·
view source on GitHub ↗
(arrays: string[][])
Source
from the content-addressed store, hash-verified
45
}
46
47
function
combineArrays(arrays: string[][]): string[] {
48
return
arrays.filter(Boolean).flat();
49
}
50
51
return
{
52
url: [],
Callers
1
combineFixes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…