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

Method emptyResult

server/src/crawler.ts:184–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 private emptyResult(): CrawlResult {
185 return {
186 totalProperties: 0,
187 totalPublisherDomains: 0,
188 successfulAgents: 0,
189 failedAgents: 0,
190 errors: [],
191 warnings: [],
192 };
193 }
194
195 /**
196 * Scan brand.json for each domain. Verifies pointer files pointing back to AAO

Callers 1

crawlAllAgentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected