Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ ckpt_progress_clear
Function
ckpt_progress_clear
common/script/progress_api.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void ckpt_progress_clear(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
89
{
90
ScriptConsole::get().clearProgress();
91
}
Callers
nothing calls this directly
Calls
2
get
Function · 0.85
clearProgress
Method · 0.80
Tested by
no test coverage detected