Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaXH/korct
/ setErrorStack
Method
setErrorStack
class/BizError.ts:22–24 ·
view source on GitHub ↗
(errorStack: E)
Source
from the content-addressed store, hash-verified
20
}
21
22
public setErrorStack(errorStack: E): void {
23
this.errorStack = errorStack;
24
}
25
}
26
27
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected