Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maccoder3/MAC-MD
/ Json
Function
Json
lib/function.js:56–58 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
54
}
55
56
const
Json = (string) => {
57
return
JSON.stringify(string, null, 2)
58
}
59
60
const
runtime = (seconds) => {
61
seconds = Number(seconds)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected