Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ addDependency
Function
addDependency
packages/effect/src/unstable/ai/Tool.ts:1050–1052 ·
view source on GitHub ↗
(this: Any)
Source
from the content-addressed store, hash-verified
1048
return
pipeArguments(this, arguments)
1049
},
1050
addDependency(this: Any) {
1051
return
clone(this)
1052
},
1053
setParameters(this: Any, parametersSchema: Schema.Constraint) {
1054
return
clone(this, { parametersSchema })
1055
},
Callers
nothing calls this directly
Calls
1
clone
Function · 0.85
Tested by
no test coverage detected