MCPcopy
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
2459func ExamplePipe_Join() {
2460 script.Echo("hello\nworld\n").Join().Stdout()
2461 // Output:
2462 // hello world
2463}
2464
2465func ExamplePipe_JQ() {
2466 kernel := "Darwin"

Callers

nothing calls this directly

Calls 3

EchoFunction · 0.92
StdoutMethod · 0.80
JoinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…