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

Method isDirectory

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

Source from the content-addressed store, hash-verified

35 }
36
37 isDirectory() {
38 return this.type === 'dir';
39 }
40
41 isSymbolicLink() {
42 return this.type === 'symlink';

Callers 15

getAbsoluteFilePathFunction · 0.80
installPluginFunction · 0.80
hasItemMethod · 0.80
nextMethod · 0.80
readDirFunction · 0.80
traversePluginPathFunction · 0.80
collectYamlFilesMethod · 0.80
moveDirectoryContentsFunction · 0.80

Calls

no outgoing calls

Tested by 1

dirExistsFunction · 0.64