MCPcopy
hub / github.com/Kong/insomnia / stat

Function stat

packages/insomnia/bin/yarn-standalone.js:46065–46072  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

46063 }
46064
46065 var stat = function (err) {
46066 if (err) return next(err)
46067 utimes(name, header, function (err) {
46068 if (err) return next(err)
46069 if (win32) return next()
46070 chperm(name, header, next)
46071 })
46072 }
46073
46074 var onsymlink = function () {
46075 if (win32) return next() // skip symlinks on win for now before it can be tested

Callers 6

isFileFunction · 0.85
neDbAdapterFunction · 0.85
installPluginFunction · 0.85
installPluginToTmpDirFunction · 0.85
statAllFunction · 0.85
onlinkFunction · 0.85

Calls 3

utimesFunction · 0.85
chpermFunction · 0.85
nextFunction · 0.70

Tested by

no test coverage detected