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

Function stackTrace

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

Source from the content-addressed store, hash-verified

144}
145
146func stackTrace(addr net.TCPAddr, _ []string) error {
147 return cmdWithPrint(addr, signal.StackTrace)
148}
149
150func gc(addr net.TCPAddr, _ []string) error {
151 _, err := cmd(addr, signal.GC)

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…