Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maccoder3/MAC-MD
/ stringify
Function
stringify
lib/cloudDBAdapter.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
got from
'got'
2
3
const
stringify = obj => JSON.stringify(obj, null, 2)
4
const
parse = str =>
5
JSON.parse(str, (_, v) => {
6
if
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected