Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ push
Function
push
source/src/command.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void push(const char *name, const char *action)
99
{
100
pusha(name, newstring(action));
101
}
102
COMMAND(push,
"ss"
);
103
104
void pop(const char *name)
Callers
4
execaction
Method · 0.85
command.cpp
File · 0.85
selectionwalk
Function · 0.85
run
Method · 0.85
Calls
2
pusha
Function · 0.85
newstring
Function · 0.85
Tested by
no test coverage detected