MCPcopy Index your code
hub / github.com/NativeScript/firebase / val

Method val

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

Source from the content-addressed store, hash-verified

627 return this.native?.getChildrenCount();
628 }
629 val() {
630 return deserialize(this.native.getValue());
631 }
632}
633
634export class Database implements IDatabase {

Callers

nothing calls this directly

Calls 2

deserializeFunction · 0.90
getValueMethod · 0.65

Tested by

no test coverage detected