Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/triggerdotdev/trigger.dev
/ readJSONFileSync
Function
readJSONFileSync
packages/cli/src/utils/fileSystem.ts:55–59 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
53
}
54
55
export
function
readJSONFileSync(path: string) {
56
const
fileContents = fsSync.readFileSync(path,
"utf8"
);
57
58
return
JSON.parse(fileContents);
59
}
Callers
2
getVersion
Function · 0.90
updateCommand
Function · 0.50
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…