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

Function resetC2PASignerCache

server/src/services/c2pa.ts:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84/** Clears the cached signer. Tests use this to swap keys between cases. */
85export function resetC2PASignerCache(): void {
86 cachedSigner = null;
87 misconfigWarned = false;
88}
89
90export interface C2PAAssertions {
91 /** Name of the generator tool that produced this asset. Shown in verifier UIs. */

Calls

no outgoing calls

Tested by

no test coverage detected