Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/darcyclarke/Detect.js
/ readFile
Function
readFile
scripts/update_readme_version.js:32–34 ·
view source on GitHub ↗
(file, cb)
Source
from the content-addressed store, hash-verified
30
31
32
function
readFile(file, cb) {
33
fs.readFile(file, {encoding:
'utf8'
}, cb);
34
}
35
36
function
packageFilename() {
37
var
packageFile =
'package.json'
;
Callers
2
update_readme_version.js
File · 0.85
onPackageRead
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected