Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ MyEnum
Enum
MyEnum
tests/test.cc:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
/// @brief Just an enum
133
134
enum MyEnum { Val1, //comment1
135
//comment2
136
Val2 = 3 + 3 };
137
MyEnum e = Val2;
138
139
class Annotator;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected