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

Method get

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

Source from the content-addressed store, hash-verified

17770var SchemaCache = class {
17771 cache = /* @__PURE__ */ new Map();
17772 get(path3) {
17773 return this.cache.get(path3);
17774 }
17775 set(path3, content) {
17776 this.cache.set(path3, content);
17777 }

Callers 15

getScriptSnapshotFunction · 0.45
incrementFileVersionFunction · 0.45
getScriptSnapshotFunction · 0.45
incrementFileVersionFunction · 0.45
getScriptSnapshotFunction · 0.45
incrementFileVersionFunction · 0.45
getScriptSnapshotFunction · 0.45
incrementFileVersionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected