MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / FormatCommand

Method FormatCommand

src/lua/PlainCommandInterface.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36String CommandInterface::FormatCommand(String command)
37{
38 return PlainFormatCommand(command);
39}
40
41void CommandInterface::SetToolIndex(ByteString identifier, std::optional<int> index)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected