Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/maka
/ errorReturn
Method
errorReturn
packages/runtime/src/tool-runtime.ts:1852–1854 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
1850
}
1851
1852
private errorReturn(message: string): unknown {
1853
return
{ error: message };
1854
}
1855
1856
private buildChildAgentContext(input: {
1857
turnId: string;
Callers
1
executeTool
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected