| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | |
| 3 | // This code has been ported almost directly from Go's src/bytes/buffer_test.go |
| 4 | // Copyright 2009 The Go Authors. All rights reserved. BSD license. |
nothing calls this directly
no test coverage detected