MCPcopy
hub / github.com/jvilk/BrowserFS / unlinkSync

Method unlinkSync

src/generic/key_value_filesystem.ts:379–381  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

377 }
378
379 public unlinkSync(p: string): void {
380 this.removeEntry(p, false);
381 }
382
383 public rmdirSync(p: string): void {
384 // Check first if directory is empty.

Callers

nothing calls this directly

Calls 1

removeEntryMethod · 0.95

Tested by

no test coverage detected