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

Method warn

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

Source from the content-addressed store, hash-verified

74 step_fmt(text) { this.#addStep(L_LOG, text, true) }
75
76 warn(text) {
77 if ( ! this.#softFail ) {
78 warnedTests.add(this.#title)
79 }
80 this.#didWarn = true
81 this.#addStep(L_WARN, text)
82 }
83
84 error (text) {
85 if ( ! this.#softFail ) {

Callers 8

SiFunction · 0.45
chart.min.jsFile · 0.45
initializeMethod · 0.45
cnFunction · 0.45
getTickLimitMethod · 0.45
test.jsFile · 0.45
testFileFunction · 0.45
checkLangsFunction · 0.45

Calls 2

#addStepMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected