(addr net.TCPAddr, _ []string)
| 144 | } |
| 145 | |
| 146 | func stackTrace(addr net.TCPAddr, _ []string) error { |
| 147 | return cmdWithPrint(addr, signal.StackTrace) |
| 148 | } |
| 149 | |
| 150 | func gc(addr net.TCPAddr, _ []string) error { |
| 151 | _, err := cmd(addr, signal.GC) |
nothing calls this directly
no test coverage detected
searching dependent graphs…