Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ incrCommand
Function
incrCommand
app/redis-6.2.6/src/t_string.c:617–619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
615
}
616
617
void incrCommand(client *c) {
618
incrDecrCommand(c,1);
619
}
620
621
void decrCommand(client *c) {
622
incrDecrCommand(c,-1);
Callers
nothing calls this directly
Calls
1
incrDecrCommand
Function · 0.85
Tested by
no test coverage detected