MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / proposalLifecycle

Function proposalLifecycle

server/src/training-agent/task-handlers.ts:165–167  ·  view source on GitHub ↗
(proposal: Proposal)

Source from the content-addressed store, hash-verified

163 insertion_order?: { io_id: string; requires_signature: boolean; terms?: Record<string, unknown> };
164}
165function proposalLifecycle(proposal: Proposal): ProposalLifecycle {
166 return proposal as unknown as ProposalLifecycle;
167}
168
169import { buildCatalog, buildShowsForProducts, buildProposals } from './product-factory.js';
170import { buildFormats, FORMAT_CHANNEL_MAP } from './formats.js';

Callers 2

handleGetProductsFunction · 0.85
handleCreateMediaBuyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected