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

Method exportVal

packages/firebase-database/index.android.ts:598–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596 return this.native?.exists();
597 }
598 exportVal() {
599 return {
600 '.priority': this.native.getPriority?.(),
601 '.value': deserialize(this.native.getValue(true)),
602 };
603 }
604 forEach(action: (child: DataSnapshot) => true | undefined): boolean {
605 const iterator = this.native.getChildren().iterator();
606 let stopEnumerate = false;

Callers

nothing calls this directly

Calls 3

deserializeFunction · 0.90
getPriorityMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected