MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / init_keyframe

Function init_keyframe

src/command/keyframe.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106namespace cmd {
107 void init_keyframe() {
108 reg(std::make_unique<keyframe_close>());
109 reg(std::make_unique<keyframe_open>());
110 reg(std::make_unique<keyframe_save>());
111 }
112}

Callers 1

init_builtin_commandsFunction · 0.85

Calls 1

regFunction · 0.85

Tested by

no test coverage detected