Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
function
decodePart(value) {
9
if
(!value)
return
null;
10
return
decodeURIComponent(value);
11
}
12
13
export
function
encodeVectorId({
14
namespace,
Callers
1
decodeVectorId
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected