MCPcopy Create free account
hub / github.com/codesandbox/excalidraw-firebase / isFile

Method isFile

.pnp.cjs:5260–5262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5258 return false;
5259 }
5260 isFile() {
5261 return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFREG);
5262 }
5263 isSocket() {
5264 return false;
5265 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected