Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ DECLARE_FUNCTION
Function
DECLARE_FUNCTION
tests/test.cc:146–152 ·
view source on GitHub ↗
Some macro
Source
from the content-addressed store, hash-verified
144
145
//Some macro
146
DECLARE_FUNCTION(MyEnum, yoyo, MyClass&a) {
147
148
myMacro(a.m());
149
return a.member ?
150
Val1 :
151
Val2;
152
}
153
154
int function() {
155
struct {
Callers
nothing calls this directly
Calls
1
m
Method · 0.45
Tested by
no test coverage detected