MCPcopy Create free account
hub / github.com/codeaashu/claude-code / createInstance

Method createInstance

src/utils/activityManager.ts:52–55  ·  view source on GitHub ↗

* Create a new instance with custom options (for testing purposes)

(options?: ActivityManagerOptions)

Source from the content-addressed store, hash-verified

50 * Create a new instance with custom options (for testing purposes)
51 */
52 static createInstance(options?: ActivityManagerOptions): ActivityManager {
53 ActivityManager.instance = new ActivityManager(options)
54 return ActivityManager.instance
55 }
56
57 /**
58 * Called when user interacts with the CLI (typing, commands, etc.)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected