MCPcopy Create free account
hub / github.com/SoarGroup/Soar / CallData

Class CallData

Core/CLI/src/cli_CommandLineInterface.h:55–61  ·  view source on GitHub ↗

for nested command calls

Source from the content-addressed store, hash-verified

53
54 // for nested command calls
55 struct CallData
56 {
57 CallData(sml::AgentSML* pAgent, bool rawOutput) : pAgent(pAgent), rawOutput(rawOutput) {}
58
59 sml::AgentSML* pAgent;
60 bool rawOutput;
61 };
62
63 class CommandLineInterface : public sml::KernelCallback, public cli::Cli
64 {

Callers 1

DoCommandMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected