MCPcopy Create free account
hub / github.com/chrislusf/gleam / Pipe

Method Pipe

script/shell.go:35–41  ·  view source on GitHub ↗
(code string)

Source from the content-addressed store, hash-verified

33}
34
35func (c *ShellScript) Pipe(code string) *ShellScript {
36 c.operations = append(c.operations, &Operation{
37 Type: "Pipe",
38 Code: code,
39 })
40 return c
41}

Callers 11

TestShellCatFunction · 0.45
mainFunction · 0.45
runEnableParallelFunction · 0.45
runDisableParallelFunction · 0.45
mainFunction · 0.45
linuxSortDistributedFunction · 0.45
linuxSortStandaloneFunction · 0.45
TestCallingShellScriptsFunction · 0.45
TestOutputObjectsFunction · 0.45
testUnixPipeThroughputFunction · 0.45
NewPiperFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestShellCatFunction · 0.36
TestCallingShellScriptsFunction · 0.36
TestOutputObjectsFunction · 0.36
testUnixPipeThroughputFunction · 0.36