Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TypesettingTools/Aegisub
/ reg
Function
reg
src/command/command.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void reg(std::unique_ptr<Command> cmd) {
36
auto name = cmd->name();
37
cmd_map.emplace(name, std::move(cmd));
38
}
39
40
void unreg(std::string_view name) {
41
cmd_map.erase(find_command(name));
Callers
14
LuaRegister
Method · 0.85
init_video
Function · 0.85
init_automation
Function · 0.85
init_recent
Function · 0.85
init_edit
Function · 0.85
init_app
Function · 0.85
init_keyframe
Function · 0.85
init_grid
Function · 0.85
init_help
Function · 0.85
init_timecode
Function · 0.85
init_visual_tools
Function · 0.85
init_audio
Function · 0.85
Calls
1
name
Method · 0.45
Tested by
no test coverage detected