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

Method parseArguments

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

* Arguments[Const] : ( Argument[?Const]+ )

(isConst)

Source from the content-addressed store, hash-verified

2144 * Arguments[Const] : ( Argument[?Const]+ )
2145 */
2146 parseArguments(isConst) {
2147 const item = isConst ? this.parseConstArgument : this.parseArgument;
2148 return this.optionalMany(
2149 _tokenKind.TokenKind.PAREN_L,
2150 item,
2151 _tokenKind.TokenKind.PAREN_R
2152 );
2153 }
2154 /**
2155 * Argument[Const] : Name : Value[?Const]
2156 */

Callers 2

parseFieldMethod · 0.45
parseDirectiveMethod · 0.45

Calls 1

optionalManyMethod · 0.45

Tested by

no test coverage detected