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

Class

encoding/_validate_binary_like_test.ts:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 assertThrows(
48 () => {
49 validateBinaryLike(new class MyClass {}());
50 },
51 TypeError,
52 "Cannot validate the input as it must be a Uint8Array, a string, or an ArrayBuffer: received a value of the type MyClass",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected