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

Method getValues

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

Source from the content-addressed store, hash-verified

4893 return "GraphQLEnumType";
4894 }
4895 getValues() {
4896 if (typeof this._values === "function") {
4897 this._values = defineEnumValues(this.name, this._values());
4898 }
4899 return this._values;
4900 }
4901 getValue(name) {
4902 if (this._nameLookup === null) {
4903 this._nameLookup = (0, _keyMap.keyMap)(

Callers 8

getValueMethod · 0.45
serializeMethod · 0.45
toConfigMethod · 0.45
didYouMeanEnumValueFunction · 0.45
resolveFunction · 0.45
validateEnumValuesFunction · 0.45
printEnumFunction · 0.45
findEnumTypeChangesFunction · 0.45

Calls 1

defineEnumValuesFunction · 0.70

Tested by

no test coverage detected