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

Method CliSession

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

disable value semantics

Source from the content-addressed store, hash-verified

312
313 // disable value semantics
314 CliSession(const CliSession&) = delete;
315 CliSession& operator = (const CliSession&) = delete;
316 // disable move semantics
317 CliSession(CliSession&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected