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

Function unwrapHostHandle

packages/workflow-engine/src/ports.ts:35–37  ·  view source on GitHub ↗
(handle: HostHandle)

Source from the content-addressed store, hash-verified

33
34/** Used by the core-side adapter: unwraps (only the adapter should call this). */
35export function unwrapHostHandle(handle: HostHandle): HostBundle {
36 return (handle as { [k: symbol]: HostBundle })[HOST_HANDLE]
37}
38
39/** Backend for the agent() hook. */
40export type AgentRunner = {

Callers 2

readHostBundleFunction · 0.90
ports.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected