Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphql/graphiql
/ skip
Function
skip
packages/codemirror-graphql/src/utils/jsonParse.ts:172–177 ·
view source on GitHub ↗
(k: string)
Source
from the content-addressed store, hash-verified
170
}
171
172
function
skip(k: string) {
173
if
(kind === k) {
174
lex();
175
return
true;
176
}
177
}
178
179
function
ch() {
180
if
(end < strLen) {
Callers
2
parseObj
Function · 0.85
parseArr
Function · 0.85
Calls
1
lex
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…