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

Function b

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

Source from the content-addressed store, hash-verified

48int int.r(){ return (*this >> 16) & 0xff; }\r\n\
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\

Callers 3

TestOverload.cppFile · 0.85
TestInference.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected