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

Method EnterAction

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

Source from the content-addressed store, hash-verified

347 }
348
349 void EnterAction(const std::function<void(std::ostream&)>& action)
350 {
351 enterAction = action;
352 }
353
354 void ExitAction(const std::function<void(std::ostream&)>& action)
355 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected