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

Function read

plugins/gdb/tests/breakpoints/main.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void read(int* i)
15{
16 static int i2;
17 i2 = *i;
18}
19
20int test_main(int* i)
21{

Callers 7

test_mainFunction · 0.70
readMethod · 0.50
readMethod · 0.50
readMethod · 0.50
OutReceivedMethod · 0.50
CMakeCacheModelMethod · 0.50
resetMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected