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

Method getInterfaces

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:4663–4668  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4661 return this._fields;
4662 }
4663 getInterfaces() {
4664 if (typeof this._interfaces === "function") {
4665 this._interfaces = this._interfaces();
4666 }
4667 return this._interfaces;
4668 }
4669 toConfig() {
4670 return {
4671 name: this.name,

Callers 11

toConfigMethod · 0.45
resolveFunction · 0.45
constructorMethod · 0.45
collectReferencedTypesFunction · 0.45
validateInterfacesFunction · 0.45
getSuggestedTypeNamesFunction · 0.45
extendObjectTypeFunction · 0.45
extendInterfaceTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected