MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / isHolding

Method isHolding

lib/modCheckLib.js:1113–1115  ·  view source on GitHub ↗
(collectKey)

Source from the content-addressed store, hash-verified

1111 return this.#map_CollectionNotes.get(`${collectKey}.notes_version`, 25)
1112 }
1113 isHolding(collectKey) {
1114 return this.#map_CollectionNotes.get(`${collectKey}.notes_holding`, false)
1115 }
1116
1117 /**
1118 * Check if collection version is the same

Callers 1

isValidForListMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected