Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ print_log
Method
print_log
cp-profiler/src/cpprofiler/execution_window.cpp:559–562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
557
}
558
559
void ExecutionWindow::print_log(const std::string &str)
560
{
561
writeToFile(
"debug.log"
, str.c_str());
562
}
563
564
} // namespace cpprofiler
Callers
nothing calls this directly
Calls
1
writeToFile
Function · 0.85
Tested by
no test coverage detected