Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kickscondor/fraidycat
/ decode
Method
decode
src/js/webext/storage.js:31–33 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
29
}
30
31
decode(str) {
32
return
JSON.parse(str, jsonDateParser)
33
}
34
35
//
36
// I/O functions.
Callers
6
scrapeLive
Method · 0.95
localGet
Method · 0.95
readFile
Method · 0.95
server
Method · 0.95
client
Method · 0.95
backgroundSetup
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected