Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ Circular
Function
Circular
Telegram/SourceFiles/intro/intro_code_input.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
constexpr auto kDigitNone = int(-1);
28
29
[[nodiscard]] int Circular(int left, int right) {
30
return ((left % right) + right) % right;
31
}
32
33
class Shaker final {
34
public:
Callers
2
keyPressEvent
Method · 0.85
processDigit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected