Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/garrytan/gstack
/ readFile
Function
readFile
browse/src/browser-skill-commands.ts:119–121 ·
view source on GitHub ↗
(p: string)
Source
from the content-addressed store, hash-verified
117
}
118
119
function
readFile(p: string): string {
120
return
fs.readFileSync(p,
'utf-8'
);
121
}
122
123
// ─── run ────────────────────────────────────────────────────────
124
Callers
5
loadDeviceSalt
Function · 0.85
tryClaim
Function · 0.85
cleanup
Function · 0.85
loadAllowlist
Function · 0.85
handleShow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected