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

File _validate_binary_like_test.ts

encoding/_validate_binary_like_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 { assertEquals, assertThrows } from "@std/assert";
4import { validateBinaryLike } from "./_validate_binary_like.ts";

Callers

nothing calls this directly

Calls 3

assertEqualsFunction · 0.90
validateBinaryLikeFunction · 0.90
assertThrowsFunction · 0.90

Tested by

no test coverage detected