MCPcopy
hub / github.com/github/awesome-copilot / ResourceData

Interface ResourceData

website/src/scripts/modal.ts:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37interface ResourceData {
38 items: ResourceItem[];
39}
40
41const resourceDataCache: Record<string, ResourceData | null> = {};
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected