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

Method getDirective

plugins/shopify/skills/shopify-functions/scripts/validate.mjs:6459–6461  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6457 return this._directives;
6458 }
6459 getDirective(name) {
6460 return this.getDirectives().find((directive) => directive.name === name);
6461 }
6462 toConfig() {
6463 return {
6464 description: this.description,

Callers 5

enterMethod · 0.45
DirectiveDefinitionFunction · 0.45
ArgumentFunction · 0.45

Calls 1

getDirectivesMethod · 0.45

Tested by

no test coverage detected