MCPcopy Create free account
hub / github.com/daniele77/cli / FreeformCommand

Method FreeformCommand

include/cli/cli.h:822–822  ·  view source on GitHub ↗

disable value semantics

Source from the content-addressed store, hash-verified

820 public:
821 // disable value semantics
822 FreeformCommand(const FreeformCommand&) = delete;
823 FreeformCommand& operator = (const FreeformCommand&) = delete;
824
825 FreeformCommand(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected