MCPcopy
hub / github.com/Effect-TS/effect / pipe

Function pipe

packages/platform/src/internal/command.ts:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104const Proto = {
105 [CommandTypeId]: CommandTypeId,
106 pipe() {
107 return pipeArguments(this, arguments)
108 },
109 ...Inspectable.BaseProto
110}
111

Callers 8

workerRunner.tsFile · 0.70
layerFileSystemFunction · 0.70
makePoolFunction · 0.70
executeFunction · 0.70
makePoolSerializedFunction · 0.70
fileResponseFunction · 0.70
makeExecutorFunction · 0.70
makeFunction · 0.70

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected