Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
export
interface
DatabaseSnapshotExists<T> extends firebase.database.DataSnapshot {
54
exists(): true;
55
val(): T;
56
forEach(action: (a: DatabaseSnapshot<T>) => boolean): boolean;
57
}
Callers
10
buildView
Function · 0.65
fromRef.spec.ts
File · 0.65
fromRef
Function · 0.65
valueChanges
Function · 0.65
overwriteIfExists
Function · 0.65
addDependencies
Function · 0.65
addFixesToServer
Function · 0.65
addIgnoreFiles
Function · 0.65
ngAddSetupProject
Function · 0.65
ngUpdate
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected