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

Method exists

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

Source from the content-addressed store, hash-verified

593 return DataSnapshot.fromNative(this.native.child(path));
594 }
595 exists(): boolean {
596 return this.native?.exists();
597 }
598 exportVal() {
599 return {
600 '.priority': this.native.getPriority?.(),

Callers

nothing calls this directly

Calls 1

existsMethod · 0.65

Tested by

no test coverage detected