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

Method parseDocument

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

* Document : Definition+

()

Source from the content-addressed store, hash-verified

1921 * Document : Definition+
1922 */
1923 parseDocument() {
1924 return this.node(this._lexer.token, {
1925 kind: _kinds.Kind.DOCUMENT,
1926 definitions: this.many(
1927 _tokenKind.TokenKind.SOF,
1928 this.parseDefinition,
1929 _tokenKind.TokenKind.EOF
1930 )
1931 });
1932 }
1933 /**
1934 * Definition :
1935 * - ExecutableDefinition

Callers 1

parse2Function · 0.45

Calls 2

nodeMethod · 0.45
manyMethod · 0.45

Tested by

no test coverage detected