Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ hasChild
Method
hasChild
packages/firebase-database/index.android.ts:620–622 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
618
return
this.native.getPriority();
619
}
620
hasChild(path: string): boolean {
621
return
this.native?.hasChild?.(path);
622
}
623
hasChildren(): boolean {
624
return
this.native?.hasChildren?.();
625
}
Callers
nothing calls this directly
Calls
1
hasChild
Method · 0.65
Tested by
no test coverage detected