Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleverRaven/Cataclysm-DDA
/ capture_debugmsg_during
Function
capture_debugmsg_during
src/debug.cpp:176–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
};
175
176
std::string capture_debugmsg_during( const std::function<void()> &func )
177
{
178
capture_debugmsg capture;
179
func();
180
return capture.dmsg();
181
}
182
183
capture_debugmsg::capture_debugmsg()
184
{
Callers
8
test_translation_text_style_check
Function · 0.85
test_pl_translation_text_style_check
Function · 0.85
json_test.cpp
File · 0.85
battery_mod_test.cpp
File · 0.85
bionics_test.cpp
File · 0.85
item_pocket_test.cpp
File · 0.85
item_contents_test.cpp
File · 0.85
ammo_set_test.cpp
File · 0.85
Calls
1
dmsg
Method · 0.80
Tested by
2
test_translation_text_style_check
Function · 0.68
test_pl_translation_text_style_check
Function · 0.68