(baseFs)
| 7780 | |
| 7781 | class NodePathFS extends ProxiedFS { |
| 7782 | constructor(baseFs) { |
| 7783 | super(npath); |
| 7784 | this.baseFs = baseFs; |
| 7785 | } |
| 7786 | mapFromBase(path) { |
| 7787 | return path; |
| 7788 | } |
nothing calls this directly
no outgoing calls
no test coverage detected