Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/awesome-copilot
/ ResourceItem
Interface
ResourceItem
website/src/scripts/modal.ts:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
// Resource data cache for title lookups
32
interface
ResourceItem {
33
title: string;
34
path: string;
35
}
36
37
interface
ResourceData {
38
items: ResourceItem[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected