Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopyTranslator/CopyTranslator
/ constructor
Function
constructor
src/common/controller.ts:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
abstract handle(identifier: Identifier, param: any[]): boolean;
27
28
constructor() {
29
this.action.init();
30
this.bind();
31
}
32
33
get<T>(identifier: Identifier): T {
34
return
this.config.get(identifier) as T;
Callers
nothing calls this directly
Calls
2
bind
Method · 0.80
init
Method · 0.45
Tested by
no test coverage detected