MCPcopy Create free account
hub / github.com/OpenAnonymity/oa-chat / decodePart

Function decodePart

vector/idCodec.js:8–11  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

6}
7
8function decodePart(value) {
9 if (!value) return null;
10 return decodeURIComponent(value);
11}
12
13export function encodeVectorId({
14 namespace,

Callers 1

decodeVectorIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected