Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
enter
Method · 0.45
DirectiveDefinition
Function · 0.45
Argument
Function · 0.45
resolveDirectiveCoordinate
Function · 0.45
resolveDirectiveArgumentCoordinate
Function · 0.45
Calls
1
getDirectives
Method · 0.45
Tested by
no test coverage detected