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

Method constructor

.pnp.cjs:7782–7785  ·  view source on GitHub ↗
(baseFs)

Source from the content-addressed store, hash-verified

7780
7781class NodePathFS extends ProxiedFS {
7782 constructor(baseFs) {
7783 super(npath);
7784 this.baseFs = baseFs;
7785 }
7786 mapFromBase(path) {
7787 return path;
7788 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected