MCPcopy
hub / github.com/d4l3k/go-pry / Pry

Function Pry

pry/pry.go:17–18  ·  view source on GitHub ↗

Pry does nothing. It only exists so running code without go-pry doesn't throw an error.

(v ...interface{})

Source from the content-addressed store, hash-verified

15
16// Pry does nothing. It only exists so running code without go-pry doesn't throw an error.
17func Pry(v ...interface{}) {
18}
19
20// Apply drops into a pry shell in the location required.
21func Apply(scope *Scope) {

Callers 10

mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
aFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected