MCPcopy Index your code
hub / github.com/google/gops / version

Function version

internal/cmd/shared.go:159–161  ·  view source on GitHub ↗
(addr net.TCPAddr, _ []string)

Source from the content-addressed store, hash-verified

157}
158
159func version(addr net.TCPAddr, _ []string) error {
160 return cmdWithPrint(addr, signal.Version)
161}
162
163func pprofHeap(addr net.TCPAddr, _ []string) error {
164 return pprof(addr, signal.HeapProfile, "heap")

Callers

nothing calls this directly

Calls 1

cmdWithPrintFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…