MCPcopy Create free account
hub / github.com/denoland/std / buffer_test.ts

File buffer_test.ts

streams/buffer_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2
3import { assert, assertEquals, assertThrows } from "@std/assert";
4import { Buffer } from "./buffer.ts";

Callers

nothing calls this directly

Calls 10

assertEqualsFunction · 0.90
assertFunction · 0.90
assertThrowsFunction · 0.90
writeMethod · 0.65
readMethod · 0.65
truncateMethod · 0.65
setMethod · 0.65
bytesMethod · 0.45
growMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected