Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSGModding/FSG_Mod_Assistant
/ step_log
Method
step_log
test/test.js:73–73 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
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
76
warn(text) {
Callers
1
tester
Function · 0.80
Calls
1
#addStep
Method · 0.80
Tested by
no test coverage detected