MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / command_init

Function command_init

src/command/AllCommands.cxx:292–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void
293command_init() noexcept
294{
295#ifndef NDEBUG
296 /* ensure that the command list is sorted */
297 for (unsigned i = 0; i < num_commands - 1; ++i)
298 assert(strcmp(commands[i].cmd, commands[i + 1].cmd) < 0);
299#endif
300}
301
302[[gnu::pure]]
303static const struct command *

Callers 1

MainConfiguredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected