Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ _addToMap
Method
_addToMap
packages/firebase-firestore/index.ios.ts:942–944 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
940
}
941
942
private _addToMap() {
943
fp_refs.set(this.native.description,
new
WeakRef(this._native));
944
}
945
946
static fromNative(field: FIRFieldPath) {
947
if
(field instanceof FIRFieldPath) {
Callers
2
constructor
Method · 0.95
fromNative
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected