MCPcopy Create free account
hub / github.com/chronark/envshare / encoding.test.ts

File encoding.test.ts

pkg/encoding.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeAll } from "@jest/globals";
2import { decodeCompositeKey, encodeCompositeKey } from "./encoding";
3import { generateKey } from "./encryption";
4import { generateId } from "./id";

Callers

nothing calls this directly

Calls 4

generateIdFunction · 0.90
generateKeyFunction · 0.90
encodeCompositeKeyFunction · 0.90
decodeCompositeKeyFunction · 0.90

Tested by

no test coverage detected