MCPcopy Create free account
hub / github.com/DFHack/dfhack / size

Method size

library/include/PluginManager.h:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 return commands[index];
184 };
185 std::size_t size() const
186 {
187 return commands.size();
188 }
189 const std::string & getName() const
190 {
191 return name;

Callers 1

fix_usageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected