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

Method CloseKeyframes

src/project.cpp:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void Project::CloseKeyframes() {
404 keyframes = video_provider ? video_provider->GetKeyFrames() : std::vector<int>{};
405 SetPath(keyframes_file, "", "", "");
406 AnnounceKeyframesModified(keyframes);
407}
408
409void Project::LoadList(std::vector<agi::fs::path> const& files) {
410 // Keep these lists sorted

Callers 1

operator()Function · 0.80

Calls 1

GetKeyFramesMethod · 0.45

Tested by

no test coverage detected