MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / setPrivate

Function setPrivate

apps/cli/src/agent/__tests__/extension-host.test.ts:62–64  ·  view source on GitHub ↗

* Helper to set private members for testing

(host: ExtensionHost, key: string, value: unknown)

Source from the content-addressed store, hash-verified

60 * Helper to set private members for testing
61 */
62function setPrivate(host: ExtensionHost, key: string, value: unknown): void {
63 ;(host as unknown as PrivateHost)[key] = value
64}
65
66/**
67 * Helper to call private methods for testing

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected