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

Function a

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

Source from the content-addressed store, hash-verified

49int int.g(){ return (*this >> 8) & 0xff; }\r\n\
50int int.b(){ return *this & 0xff; }\r\n\
51int int.a(){ return (*this >> 24) & 0xff; }\r\n\
52\r\n\
53// 2D point\r\n\
54class Point\r\n\

Callers 4

TestClosures.cppFile · 0.85
TestInference.cppFile · 0.85
TestGeneric.cppFile · 0.85
TestScope.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected