Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ readJsonFile
Function
readJsonFile
src/proxy/clientSettings.js:105–108 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
103
}
104
105
function
readJsonFile(file) {
106
const
result = readJsonFileResult(file);
107
return
result.ok ? result.value : null;
108
}
109
110
function
readJsonFileResult(file) {
111
try {
Callers
1
readReusableClientProxyToken
Function · 0.70
Calls
1
readJsonFileResult
Function · 0.85
Tested by
no test coverage detected