Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getAbsoluteFilePath
Function · 0.80
installPlugin
Function · 0.80
containsLegacyInsomniaDir
Function · 0.80
importLegacyInsomniaFolder
Function · 0.80
recursivelyFindInsomniaFiles
Function · 0.80
recursivelyGetDirectoryTree
Function · 0.80
hasItem
Method · 0.80
next
Method · 0.80
readDir
Function · 0.80
traversePluginPath
Function · 0.80
collectYamlFiles
Method · 0.80
moveDirectoryContents
Function · 0.80
Calls
no outgoing calls
Tested by
1
dirExists
Function · 0.64