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

Method stat

packages/insomnia/src/sync/git/mem-client.ts:244–247  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

242 }
243
244 async stat(filePath: string) {
245 filePath = path.normalize(filePath);
246 return this._statEntry(this._assertExists(filePath));
247 }
248
249 async lstat(filePath: string) {
250 filePath = path.normalize(filePath);

Callers 15

mem-client.test.tsFile · 0.45
hasItemMethod · 0.45
lstatcb_Function · 0.45
mkdirPFunction · 0.45
cmdShimIfExistsFunction · 0.45
cmdShimFunction · 0.45
gotStatFunction · 0.45
fixWinEPERMFunction · 0.45
createExtractorMethod · 0.45
acquireLockFunction · 0.45
checkFunction · 0.45

Calls 3

_statEntryMethod · 0.95
_assertExistsMethod · 0.95
normalizeMethod · 0.80

Tested by

no test coverage detected