Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CanadaHonk/shadow
/ isCombinator
Method
isCombinator
engine/cssparser.js:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
};
68
69
const
isCombinator = c => [
' '
,
'>'
].includes(c);
70
71
for
(
let
i = 0; i < x.length; i++) {
72
const
c = x[i];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected