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

Function call

src/command/command.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void call(std::string_view name, agi::Context *c) {
49 Command &cmd = *find_command(name)->second;
50 if (cmd.Validate(c))
51 cmd(c);
52}
53
54std::vector<std::string_view> get_registered_commands() {
55 std::vector<std::string_view> ret;

Callers 12

RenderMethod · 0.85
OnPlayAudioButtonMethod · 0.85
TryToCloseMethod · 0.85
CommitMethod · 0.85
OnPlayAudioButtonMethod · 0.85
CallCommandMethod · 0.85
OnVideoOpenMethod · 0.85
NextMethod · 0.85
OnMouseMethod · 0.85
OnMenuClickMethod · 0.85
checkFunction · 0.85
operator()Function · 0.85

Calls 2

find_commandFunction · 0.85
ValidateMethod · 0.45

Tested by

no test coverage detected