MCPcopy
hub / github.com/openai/plugins / get

Method get

plugins/shopify/skills/shopify-admin/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

notch_to_labelFunction · 0.45
set_bold_prefix_bulletsFunction · 0.45
add_scatter_chartFunction · 0.45
_normalize_categorizedFunction · 0.45
build_coverFunction · 0.45
build_sector_overviewFunction · 0.45
build_moodys_viewFunction · 0.45
build_macro_outlookFunction · 0.45
build_rating_actionsFunction · 0.45
build_financial_analysisFunction · 0.45
_date_keyFunction · 0.45
_add_bold_prefix_textboxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected