Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TypesettingTools/Aegisub
/ init_timecode
Function
init_timecode
src/command/timecode.cpp:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
namespace cmd {
110
void init_timecode() {
111
reg(std::make_unique<timecode_close>());
112
reg(std::make_unique<timecode_open>());
113
reg(std::make_unique<timecode_save>());
114
}
115
}
Callers
1
init_builtin_commands
Function · 0.85
Calls
1
reg
Function · 0.85
Tested by
no test coverage detected