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

Method getFieldDef

plugins/shopify/skills/shopify-partner/scripts/validate.mjs:7068–7072  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7066 }
7067 }
7068 getFieldDef() {
7069 if (this._fieldDefStack.length > 0) {
7070 return this._fieldDefStack[this._fieldDefStack.length - 1];
7071 }
7072 }
7073 getDefaultValue() {
7074 if (this._defaultValueStack.length > 0) {
7075 return this._defaultValueStack[this._defaultValueStack.length - 1];

Callers 4

enterMethod · 0.45
FieldFunction · 0.45
ArgumentFunction · 0.45
leaveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected