MCPcopy Create free account
hub / github.com/WheretIB/nullc / f

Function f

tests/TestLValue.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4"int v = 0;\r\n\
5int v2 = 12, v4 = 15;\r\n\
6auto k = { 3, 4, 9 };\r\n\
7int ref f(){ return &v; }\r\n\
8auto g(){ return &k; }\r\n\
9f() = 5;\r\n\
10g()[0] = 12;\r\n\

Callers 11

TestVariables.cppFile · 0.70
foobarFunction · 0.70
TestClosures.cppFile · 0.70
ffFunction · 0.70
TestNamespace.cppFile · 0.70
TestInference.cppFile · 0.70
TestCoroutine.cppFile · 0.70
TestSpecial.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected