Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudhead/node-static
/ util.js
File
util.js
lib/node-static/util.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
fs = require(
'fs'
)
2
, path = require(
'path'
);
3
4
exports.mstat =
function
(dir, files, callback) {
Callers
nothing calls this directly
Calls
1
callback
Function · 0.85
Tested by
no test coverage detected