Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bitfield/script
/ ExamplePipe_Join
Function
ExamplePipe_Join
script_test.go:2459–2463 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2457
}
2458
2459
func
ExamplePipe_Join() {
2460
script.Echo(
"hello\nworld\n"
).Join().Stdout()
2461
// Output:
2462
// hello world
2463
}
2464
2465
func
ExamplePipe_JQ() {
2466
kernel :=
"Darwin"
Callers
nothing calls this directly
Calls
3
Echo
Function · 0.92
Stdout
Method · 0.80
Join
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…