MCPcopy
hub / github.com/angular/angularfire / exists

Method exists

src/compat/database/interfaces.ts:54–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53export interface DatabaseSnapshotExists<T> extends firebase.database.DataSnapshot {
54 exists(): true;
55 val(): T;
56 forEach(action: (a: DatabaseSnapshot<T>) => boolean): boolean;
57}

Callers 10

buildViewFunction · 0.65
fromRef.spec.tsFile · 0.65
fromRefFunction · 0.65
valueChangesFunction · 0.65
overwriteIfExistsFunction · 0.65
addDependenciesFunction · 0.65
addFixesToServerFunction · 0.65
addIgnoreFilesFunction · 0.65
ngAddSetupProjectFunction · 0.65
ngUpdateFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected