MCPcopy Create free account
hub / github.com/NativeScript/firebase / exportVal

Method exportVal

packages/firebase-database/index.ios.ts:569–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567 }
568
569 exportVal() {
570 return {
571 '.priority': this.native.priority,
572 '.value': deserialize(this.native.value),
573 };
574 }
575
576 forEach(action: (child: DataSnapshot) => true | undefined): boolean {
577 let didStop = false;

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.90

Tested by

no test coverage detected