Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2474
func
ExamplePipe_Last() {
2475
script.Echo(
"a\nb\nc\n"
).Last(2).Stdout()
2476
// Output:
2477
// b
2478
// c
2479
}
2480
2481
func
ExamplePipe_Match() {
2482
script.Echo(
"a\nb\nc\n"
).Match(
"b"
).Stdout()
Callers
nothing calls this directly
Calls
3
Echo
Function · 0.92
Stdout
Method · 0.80
Last
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…