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

Function get

src/command/command.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Command *get(std::string_view name) {
45 return find_command(name)->second.get();
46}
47
48void call(std::string_view name, agi::Context *c) {
49 Command &cmd = *find_command(name)->second;

Callers 15

GetValueMethod · 0.85
GetChildrenMethod · 0.85
GetParentMethod · 0.85
GetValueMethod · 0.85
IsContainerMethod · 0.85
SetValueMethod · 0.85
PopulateMethod · 0.85
OnContextMenuMethod · 0.85
MakeButtonMethod · 0.85
MakeBottomButtonMethod · 0.85
ToggleBitmapMethod · 0.85
UpdateItemMethod · 0.85

Calls 2

find_commandFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected