Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrowthEase/GameSentry
/ writeFileReport
Function
writeFileReport
index.js:593–598 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
591
}
592
593
function
writeFileReport(data) {
594
if
(!data) {
595
return
596
}
597
fs.writeFileSync(report_path, JSON.stringify(data))
598
}
599
600
function
getItem(arr, n, v) {
601
for
(
let
i = 0; i < arr.length; i++)
Callers
1
onMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected