Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
go
Function · 0.80
isFile
Function · 0.80
insomniaAdapter
Function · 0.80
lint-process.mjs
File · 0.80
importLegacyInsomniaFolder
Function · 0.80
hasItem
Method · 0.80
renameWithRetry
Function · 0.80
readDir
Function · 0.80
collectYamlFiles
Method · 0.80
mem-client.test.ts
File · 0.80
yarn-standalone.js
File · 0.80
onstat
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected