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

Function init

tests/TestIndirectCall.cpp:50–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{\r\n\
49 float2 v;\r\n\
50 int[3] arr;\r\n\
51 auto init(){ v.x = 4; v.y = 9; arr = { 12, 14, 17 }; }\r\n\
52 auto vec(){ return v; }\r\n\
53 auto array(){ return arr; }\r\n\
54 auto func(){ return auto(){ return *this; }; }\r\n\

Callers 2

mainFunction · 0.85
TestClosures.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected