MCPcopy Create free account
hub / github.com/Caligatio/jsSHA / testTextInput

Interface testTextInput

test/hash_data.d.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export as namespace hashData;
4
5interface testTextInput {
6 format: "TEXT";
7 value: string;
8 encoding?: "UTF8";
9 rounds?: number;
10}
11
12interface testHexKey {
13 format: "HEX";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…