(addr net.TCPAddr, _ []string)
| 157 | } |
| 158 | |
| 159 | func version(addr net.TCPAddr, _ []string) error { |
| 160 | return cmdWithPrint(addr, signal.Version) |
| 161 | } |
| 162 | |
| 163 | func pprofHeap(addr net.TCPAddr, _ []string) error { |
| 164 | return pprof(addr, signal.HeapProfile, "heap") |
nothing calls this directly
no test coverage detected
searching dependent graphs…