Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
interface
ResourceData {
38
items: ResourceItem[];
39
}
40
41
const
resourceDataCache: Record<string, ResourceData | null> = {};
42
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected