MCPcopy 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
109namespace 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_commandsFunction · 0.85

Calls 1

regFunction · 0.85

Tested by

no test coverage detected