Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ pipe
Function
pipe
packages/ai/ai/src/Toolkit.ts:376–378 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
374
}
375
},
376
pipe() {
377
return
pipeArguments(this, arguments)
378
}
379
}
380
381
const
makeProto = <Tools extends Record<string, Tool.Any>>(tools: Tools): Toolkit<Tools> =>
Callers
nothing calls this directly
Calls
1
pipeArguments
Function · 0.90
Tested by
no test coverage detected