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