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

Method resetInstance

src/utils/activityManager.ts:45–47  ·  view source on GitHub ↗

* Reset the singleton instance (for testing purposes)

()

Source from the content-addressed store, hash-verified

43 * Reset the singleton instance (for testing purposes)
44 */
45 static resetInstance(): void {
46 ActivityManager.instance = null
47 }
48
49 /**
50 * Create a new instance with custom options (for testing purposes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected