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

Method deleteSubPath

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

* @param path the path to delete subpaths from * @param subPaths the subpaths * @return false if the deleteion failed because the the total size of subpaths exceeds the writeSizeLimit.

(path: string, subPaths: string[])

Source from the content-addressed store, hash-verified

16 * @return false if the deleteion failed because the the total size of subpaths exceeds the writeSizeLimit.
17 */
18 deleteSubPath(path: string, subPaths: string[]): Promise<boolean>;
19}
20
21export class RTDBRemoveRemote implements RemoveRemote {

Callers 3

deleteSubPathMethod · 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