MCPcopy Index your code
hub / github.com/bitfield/script / ExamplePipe_Last

Function ExamplePipe_Last

script_test.go:2474–2479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2472}
2473
2474func ExamplePipe_Last() {
2475 script.Echo("a\nb\nc\n").Last(2).Stdout()
2476 // Output:
2477 // b
2478 // c
2479}
2480
2481func ExamplePipe_Match() {
2482 script.Echo("a\nb\nc\n").Match("b").Stdout()

Callers

nothing calls this directly

Calls 3

EchoFunction · 0.92
StdoutMethod · 0.80
LastMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…