()
| 88 | } |
| 89 | |
| 90 | func (sb *syncBuffer) String() string { |
| 91 | sb.mu.Lock() |
| 92 | defer sb.mu.Unlock() |
| 93 | return sb.buf.String() |
| 94 | } |
| 95 | |
| 96 | // --------------------------------------------------------------------------- |
| 97 | // cpHarness — per-test control plane harness |
no outgoing calls
no test coverage detected