Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ readHostBundle
Function
readHostBundle
src/workflow/hostHandle.ts:40–42 ·
view source on GitHub ↗
(handle: HostHandle)
Source
from the content-addressed store, hash-verified
38
}
39
40
export
function
readHostBundle(handle: HostHandle): WorkflowHostBundle {
41
return
unwrapHostHandle(handle) as WorkflowHostBundle
42
}
Callers
2
register
Function · 0.85
run
Function · 0.85
Calls
1
unwrapHostHandle
Function · 0.90
Tested by
no test coverage detected