Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ getBoolean
Method
getBoolean
packages/firebase-remote-config/index.ios.ts:232–234 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
230
return
all;
231
}
232
getBoolean(key: string): boolean {
233
return
this.getValue(key)?.asBoolean?.();
234
}
235
getNumber(key: string): number {
236
return
this.getValue(key)?.asNumber?.();
237
}
Callers
nothing calls this directly
Calls
2
getValue
Method · 0.95
asBoolean
Method · 0.65
Tested by
no test coverage detected