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

File varint_test.ts

encoding/varint_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// Copyright 2020 Keith Cirkel. All rights reserved. MIT license.
3// This implementation is a port of https://deno.land/x/varint@v2.0.0 by @keithamus
4

Callers

nothing calls this directly

Calls 6

assertThrowsFunction · 0.90
decodeVarintFunction · 0.90
assertEqualsFunction · 0.90
decodeVarint32Function · 0.90
encodeVarintFunction · 0.90
encodeDecodeFunction · 0.85

Tested by

no test coverage detected