Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ getAllFormatsProfiles
Method
getAllFormatsProfiles
server/src/formats.ts:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
getAllFormatsProfiles(): AgentFormatsProfile[] {
105
return
Array.from(this.cache.values());
106
}
107
}
Callers
1
formats.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected