Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MatterAIOrg/OrbCode
/ surface
Method
surface
src/core/hooks.ts:177–179 ·
view source on GitHub ↗
(message: string, isError: boolean)
Source
from the content-addressed store, hash-verified
175
}
176
177
private surface(message: string, isError: boolean): void {
178
this.ctx.onSystemMessage?.(message, isError)
179
}
180
181
private
async
runOne(
182
event: HookEvent,
Callers
1
runOne
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected