MCPcopy
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
172function skip(k: string) {
173 if (kind === k) {
174 lex();
175 return true;
176 }
177}
178
179function ch() {
180 if (end < strLen) {

Callers 2

parseObjFunction · 0.85
parseArrFunction · 0.85

Calls 1

lexFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…