()
| 98 | } |
| 99 | |
| 100 | func getMemStats() (ms runtime.MemStats) { |
| 101 | runtime.GC() |
| 102 | runtime.ReadMemStats(&ms) |
| 103 | return |
| 104 | } |
| 105 | |
| 106 | func makeNetstack(tb testing.TB, config func(*Impl)) *Impl { |
| 107 | tunDev := tstun.NewFake() |
no outgoing calls
no test coverage detected
searching dependent graphs…