Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hundredrabbits/Left
/ isJSON
Function
isJSON
desktop/sources/scripts/project.js:224–224 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
222
}
223
224
function
isJSON (text) { try { JSON.parse(text);
return
true } catch (error) {
return
false } }
225
}
226
227
module.exports = Project
Callers
1
Project
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected