MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / operator()

Function operator()

src/command/keyframe.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void operator()(agi::Context *c) override {
59 c->project->CloseKeyframes();
60 }
61};
62
63struct keyframe_open final : public Command {

Callers

nothing calls this directly

Calls 4

SaveFileSelectorFunction · 0.85
CloseKeyframesMethod · 0.80
SaveClass · 0.50
AddMethod · 0.45

Tested by

no test coverage detected