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

Method reset

src/utils/awsAuthStatusManager.ts:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74 // Clean up for testing
75 static reset(): void {
76 if (AwsAuthStatusManager.instance) {
77 AwsAuthStatusManager.instance.changed.clear()
78 AwsAuthStatusManager.instance = null
79 }
80 }
81}

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected