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

Function set_value

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

Source from the content-addressed store, hash-verified

2void foo(int);
3
4void set_value(int* i)
5{
6 *i = 10;
7}
8
9void modify(int* i)
10{

Callers 1

test_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected