MCPcopy 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
131void ScriptConsole::log(const std::string& text)
132{
133 write(text.c_str(), text.size());
134 write("\n", 1);
135}
136
137void ScriptConsole::beginLayer(size_t layer, std::string label, long long total)
138{

Callers 1

ckpt_script_logFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected