MCPcopy
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

scrapeLiveMethod · 0.95
localGetMethod · 0.95
readFileMethod · 0.95
serverMethod · 0.95
clientMethod · 0.95
backgroundSetupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected