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

Method isFile

packages/insomnia/src/sync/git/stat.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 isFile() {
34 return this.type === 'file';
35 }
36
37 isDirectory() {
38 return this.type === 'dir';

Callers 14

goFunction · 0.80
isFileFunction · 0.80
insomniaAdapterFunction · 0.80
lint-process.mjsFile · 0.80
hasItemMethod · 0.80
renameWithRetryFunction · 0.80
readDirFunction · 0.80
collectYamlFilesMethod · 0.80
mem-client.test.tsFile · 0.80
yarn-standalone.jsFile · 0.80
onstatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected