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

Function read

kdevplatform/debugger/tests/files/primary_test.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 2

test_mainFunction · 0.70
shuffleBetweenStreamsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected