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

Method constructor

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

* The Source document the AST represents.

(startToken, endToken, source)

Source from the content-addressed store, hash-verified

412 * The Source document the AST represents.
413 */
414 constructor(startToken, endToken, source) {
415 this.start = startToken.start;
416 this.end = endToken.end;
417 this.startToken = startToken;
418 this.endToken = endToken;
419 this.source = source;
420 }
421 get [Symbol.toStringTag]() {
422 return "Location";
423 }

Callers

nothing calls this directly

Calls 9

stringToArrayFunction · 0.70
isTypeFunction · 0.70
isNullableTypeFunction · 0.70
parseValueFunction · 0.70
defineFieldMapFunction · 0.70
defineInterfacesFunction · 0.70
defineEnumValuesFunction · 0.70
collectReferencedTypesFunction · 0.70
getInterfacesMethod · 0.45

Tested by

no test coverage detected