Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ cancelRequested
Method
cancelRequested
common/script/scriptrunner.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool ScriptRunner::cancelRequested(void) const
133
{
134
return ckpt_script_abort_requested() != 0;
135
}
136
137
std::optional<ScriptRunner::Outcome> ScriptRunner::takeResult(void)
138
{
Callers
4
draw
Method · 0.80
main
Function · 0.80
drawBottom
Method · 0.80
main
Function · 0.80
Calls
1
ckpt_script_abort_requested
Function · 0.85
Tested by
no test coverage detected