Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
(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
TestShellCat
Function · 0.45
main
Function · 0.45
runEnableParallel
Function · 0.45
runDisableParallel
Function · 0.45
main
Function · 0.45
linuxSortDistributed
Function · 0.45
linuxSortStandalone
Function · 0.45
TestCallingShellScripts
Function · 0.45
TestOutputObjects
Function · 0.45
testUnixPipeThroughput
Function · 0.45
NewPiper
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestShellCat
Function · 0.36
TestCallingShellScripts
Function · 0.36
TestOutputObjects
Function · 0.36
testUnixPipeThroughput
Function · 0.36