Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/d4l3k/go-pry
/ main
Function
main
example/for-loop/for-loop.go:6–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
import
"fmt"
5
6
func
main() {
7
for
i := 0; i < 10; i++ {
8
pry.Pry()
9
}
10
fmt.Println(
"DUCK"
)
11
}
Callers
nothing calls this directly
Calls
1
Pry
Function · 0.92
Tested by
no test coverage detected