MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / CommandMap

Method CommandMap

include/endstone/command/command_map.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class CommandMap {
31public:
32 CommandMap() = default;
33 CommandMap(const CommandMap &) = delete;
34 CommandMap &operator=(const CommandMap &) = delete;
35 CommandMap(CommandMap &&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected