MCPcopy 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

constructorMethod · 0.95
fromNativeMethod · 0.95

Calls 1

setMethod · 0.65

Tested by

no test coverage detected