Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ hasChild
Method
hasChild
packages/firebase-database/index.ios.ts:599–601 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
597
}
598
599
hasChild(path: string): boolean {
600
return
this.native?.hasChild?.(path);
601
}
602
603
hasChildren(): boolean {
604
return
this.native?.hasChildren?.();
Callers
nothing calls this directly
Calls
1
hasChild
Method · 0.65
Tested by
no test coverage detected