Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ printLastResult
Method
printLastResult
src/app/script/app_scripting.cpp:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
void AppScripting::printLastResult() {
219
if(engine)
220
engine->printLastResult();
221
}
222
223
}
Callers
2
run
Method · 0.45
onExecuteCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected