Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaXH/korct
/ setCallback
Method
setCallback
class/Process.ts:17–19 ·
view source on GitHub ↗
(callback: VoidFunction)
Source
from the content-addressed store, hash-verified
15
private eventListener: eventFunction[];
16
17
public setCallback(callback: VoidFunction): void {
18
this.callback = callback;
19
}
20
21
public setMaxProcess(maxProcess: number): void {
22
this.maxProcess = maxProcess;
Callers
1
startServer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected