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

Method execute

src/database/remove.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 async execute(): Promise<void> {
51 await this.deletePath(this.path);
52 }
53
54 /**
55 * First, attempt to delete the path, if the path is big (i.e. exceeds writeSizeLimit of tiny),

Callers 6

databaseRemoveTestSuitFunction · 0.95
remove.spec.tsFile · 0.45
import.spec.tsFile · 0.45
database-remove.tsFile · 0.45
database-import.tsFile · 0.45

Calls 1

deletePathMethod · 0.95

Tested by 1

databaseRemoveTestSuitFunction · 0.76