Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-performance/index.ios.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
return
this._native;
51
}
52
get ios() {
53
return
this.native;
54
}
55
56
getAttribute(attribute: string): string {
57
return
this.native.valueForAttribute(attribute);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected