MCPcopy Create free account
hub / github.com/firebase/firebase-tools / deletePath

Method deletePath

src/database/removeRemote.ts:11–11  ·  view source on GitHub ↗

* @param path the path to delete * @return false if the deleteion failed because the path exceeds the writeSizeLimit.

(path: string)

Source from the content-addressed store, hash-verified

9 * @return false if the deleteion failed because the path exceeds the writeSizeLimit.
10 */
11 deletePath(path: string): Promise<boolean>;
12
13 /**
14 * @param path the path to delete subpaths from

Callers 3

deletePathMethod · 0.65

Implementers 3

RTDBRemoveRemotesrc/database/removeRemote.ts
FakeRemoveRemotesrc/database/fakeRemoveRemote.spec.ts
DatabaseRemovesrc/database/remove.ts

Calls

no outgoing calls

Tested by

no test coverage detected