MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / CrashFunction

Function CrashFunction

src/render_panel/ui/tab_base.cpp:14–17  ·  view source on GitHub ↗

测试崩溃函数

Source from the content-addressed store, hash-verified

12
13// 测试崩溃函数
14void CrashFunction() {
15 int* ptr = nullptr;
16 *ptr = 42; // 人为制造崩溃
17}
18
19namespace tc
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected