Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
namespace 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_commands
Function · 0.85
Calls
1
reg
Function · 0.85
Tested by
no test coverage detected