MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / makeHostHandle

Function makeHostHandle

src/workflow/hostHandle.ts:36–38  ·  view source on GitHub ↗
(bundle: WorkflowHostBundle)

Source from the content-addressed store, hash-verified

34}
35
36export function makeHostHandle(bundle: WorkflowHostBundle): HostHandle {
37 return createHostHandle(bundle)
38}
39
40export function readHostBundle(handle: HostHandle): WorkflowHostBundle {
41 return unwrapHostHandle(handle) as WorkflowHostBundle

Callers 3

makeHostFactoryFunction · 0.85
buildHostFunction · 0.85
ctxFunction · 0.85

Calls 1

createHostHandleFunction · 0.90

Tested by 1

ctxFunction · 0.68