Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ changeUsingTable
Function
changeUsingTable
YACReader/render.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
inline int changeUsingTable(int value, const int table[])
43
{
44
return table[value];
45
}
46
47
template<int operation(int, int)>
48
static QImage changeImage(const QImage &image, int value)
Callers
1
changeImage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected