MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / ckpt_progress_note

Function ckpt_progress_note

common/script/progress_api.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void ckpt_progress_note(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
83{
84 const ScriptArgs args(Parser, Param, NumArgs, "progress_note");
85 ScriptConsole::get().setIoNote(args.strOr(0, ""));
86}
87
88void ckpt_progress_clear(struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
89{

Callers

nothing calls this directly

Calls 3

getFunction · 0.85
setIoNoteMethod · 0.80
strOrMethod · 0.80

Tested by

no test coverage detected