Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
Command *get(std::string_view name) {
45
return find_command(name)->second.get();
46
}
47
48
void call(std::string_view name, agi::Context *c) {
49
Command &cmd = *find_command(name)->second;
Callers
15
GetValue
Method · 0.85
GetChildren
Method · 0.85
GetParent
Method · 0.85
GetValue
Method · 0.85
IsContainer
Method · 0.85
SetValue
Method · 0.85
Populate
Method · 0.85
OnContextMenu
Method · 0.85
MakeButton
Method · 0.85
MakeBottomButton
Method · 0.85
ToggleBitmap
Method · 0.85
UpdateItem
Method · 0.85
Calls
2
find_command
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected