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

Method GetMacros

src/auto4_lua.cpp:408–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 bool GetLoadedState() const override { return L != nullptr; }
407
408 std::vector<cmd::Command*> GetMacros() const override { return macros; }
409 std::vector<ExportFilter*> GetFilters() const override;
410 };
411

Callers 3

OnInfoMethod · 0.45
auto4_base.cppFile · 0.45
RegenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected