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

Method step

test/test.js:72–72  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

70 }
71
72 step(text) { this.#addStep(L_NORM, text) }
73 step_log(text) { this.#addStep(L_LOG, text) }
74 step_fmt(text) { this.#addStep(L_LOG, text, true) }
75

Callers 9

test.jsFile · 0.80
testFileFunction · 0.80
fileWriterFunction · 0.80
testerFunction · 0.80
checkLangsFunction · 0.80
countFilesFunction · 0.80
testBadFunction · 0.80
testGoodFunction · 0.80
testerFunction · 0.80

Calls 1

#addStepMethod · 0.80

Tested by

no test coverage detected