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

Function resetRequestSigning

server/src/training-agent/request-signing.ts:439–446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437
438/** Reset state — tests only. */
439export function resetRequestSigning(): void {
440 defaultCapability = null;
441 strictCapability = null;
442 strictRequiredCapability = null;
443 strictForbiddenCapability = null;
444 _replayStore = null;
445 stopReplayCacheSweeper();
446}

Callers 1

Calls 1

stopReplayCacheSweeperFunction · 0.85

Tested by

no test coverage detected