Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ formats.test.ts
File
formats.test.ts
server/tests/unit/formats.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, vi } from
'vitest'
;
2
import
type
{ Agent } from
'../../src/types.js'
;
3
4
const
mockExecuteTask = vi.fn();
Callers
nothing calls this directly
Calls
6
it
Function · 0.85
getFormatsForAgent
Method · 0.80
enrichAgentsWithFormats
Method · 0.80
has
Method · 0.80
getFormatsProfile
Method · 0.80
getAllFormatsProfiles
Method · 0.80
Tested by
no test coverage detected