Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angularfire
/ val
Method
val
src/compat/database/interfaces.ts:55–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
export
interface
DatabaseSnapshotExists<T> extends firebase.database.DataSnapshot {
54
exists(): true;
55
val(): T;
56
forEach(action: (a: DatabaseSnapshot<T>) => boolean): boolean;
57
}
58
Callers
7
audit-trail.spec.ts
File · 0.65
snapshot-changes.spec.ts
File · 0.65
changes.spec.ts
File · 0.65
valueChanges
Function · 0.65
state-changes.spec.ts
File · 0.65
fromRef.spec.ts
File · 0.65
valueChanges
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected