Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ set_debug_level
Function
set_debug_level
src/CoolProp.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
static std::mutex message_mutex;
86
87
void set_debug_level(int level) {
88
debug_level = level;
89
}
90
int get_debug_level() {
91
return debug_level;
92
}
Callers
6
COOLPROP_EES
Function · 0.50
lua_coolprop_set_debug_level
Function · 0.50
main
Function · 0.50
main
Function · 0.50
~DebugLevelGuard
Method · 0.50
CoolProp-Tests.cpp
File · 0.50
Calls
no outgoing calls
Tested by
1
~DebugLevelGuard
Method · 0.40