Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesandbox/excalidraw-firebase
/ isFile
Method
isFile
.pnp.cjs:5213–5215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5211
return
false;
5212
}
5213
isFile() {
5214
return
(this.mode & S_IFMT) === S_IFREG;
5215
}
5216
isSocket() {
5217
return
false;
5218
}
Callers
6
copyImpl
Function · 0.45
copySync
Method · 0.45
areStatsEqual
Function · 0.45
copyImpl
Function · 0.45
copySync
Method · 0.45
findApiPathFor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected