MCPcopy Create free account
hub / github.com/KDE/kdevelop / modify

Function modify

kdevplatform/debugger/tests/files/primary_test.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9void modify(int* i)
10{
11 *i = 15;
12}
13
14void read(int* i)
15{

Callers 1

test_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected