MCPcopy Create free account
hub / github.com/openai/plugins / parseSelection

Method parseSelection

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:2115–2117  ·  view source on GitHub ↗

* Selection : * - Field * - FragmentSpread * - InlineFragment

()

Source from the content-addressed store, hash-verified

2113 * - InlineFragment
2114 */
2115 parseSelection() {
2116 return this.peek(_tokenKind.TokenKind.SPREAD) ? this.parseFragment() : this.parseField();
2117 }
2118 /**
2119 * Field : Alias? Name Arguments? Directives? SelectionSet?
2120 *

Callers

nothing calls this directly

Calls 3

peekMethod · 0.45
parseFragmentMethod · 0.45
parseFieldMethod · 0.45

Tested by

no test coverage detected