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

Function insert_combo

tests/tests/hotkey.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158static void insert_combo(Hotkey::HotkeyMap &hm, const char *ctx, const char *cmd, const char *keys) {
159 hm.insert(make_pair(std::string(cmd), Combo(ctx, cmd, keys)));
160}
161
162TEST(lagi_hotkey, set_hotkey_map) {
163 agi::fs::Remove("data/hotkey_tmp");

Callers 1

TESTFunction · 0.85

Calls 1

ComboClass · 0.85

Tested by

no test coverage detected