MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / #addStep

Method #addStep

test/test.js:64–70  ·  view source on GitHub ↗
(level, text, preFmt = false)

Source from the content-addressed store, hash-verified

62 }
63
64 #addStep(level, text, preFmt = false) {
65 this.#steps.push({
66 preFmt : preFmt,
67 lvl : level,
68 text : text,
69 })
70 }
71
72 step(text) { this.#addStep(L_NORM, text) }
73 step_log(text) { this.#addStep(L_LOG, text) }

Callers 5

stepMethod · 0.80
step_logMethod · 0.80
step_fmtMethod · 0.80
warnMethod · 0.80
errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected