Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
void foo(int);
3
4
void set_value(int* i)
5
{
6
*i = 10;
7
}
8
9
void modify(int* i)
10
{
Callers
1
test_main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected