MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetTrustDialogAcceptedCacheForTesting

Function resetTrustDialogAcceptedCacheForTesting

src/utils/config.ts:713–715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

711let _trustAccepted = false
712
713export function resetTrustDialogAcceptedCacheForTesting(): void {
714 _trustAccepted = false
715}
716
717export function checkHasTrustDialogAccepted(): boolean {
718 // Trust only transitions false→true during a session (never the reverse),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected