Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ValueCell-ai/ClawX
/ setup
Method
setup
electron/extensions/types.ts:21–21 ·
view source on GitHub ↗
(ctx: ExtensionContext)
Source
from the content-addressed store, hash-verified
19
export
interface
Extension {
20
id: string;
21
setup(ctx: ExtensionContext): void | Promise<void>;
22
teardown?(): void | Promise<void>;
23
}
24
Callers
2
initialize
Method · 0.65
register
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected