Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 测试崩溃函数
14
void CrashFunction() {
15
int* ptr = nullptr;
16
*ptr = 42; // 人为制造崩溃
17
}
18
19
namespace tc
20
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected