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

Method constructor

renderer/renderJS/detail_ui.js:25–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 storeInfo = null
24
25 constructor() {
26 window.lookItemMap = {}
27
28 const urlParams = new URLSearchParams(window.location.search)
29 this.modColUUID = urlParams.get('mod')
30
31 this.getMod()
32 }
33
34 // MARK: Main logic
35 async getMod() {

Callers

nothing calls this directly

Calls 2

getModMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected