Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ log
Method
log
common/script/scriptconsole.cpp:131–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void ScriptConsole::log(const std::string& text)
132
{
133
write(text.c_str(), text.size());
134
write(
"\n"
, 1);
135
}
136
137
void ScriptConsole::beginLayer(size_t layer, std::string label, long long total)
138
{
Callers
1
ckpt_script_log
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected