MCPcopy 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

copyImplFunction · 0.45
copySyncMethod · 0.45
areStatsEqualFunction · 0.45
copyImplFunction · 0.45
copySyncMethod · 0.45
findApiPathForFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected