MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / ShouldCreateChannel

Method ShouldCreateChannel

Src/ChannelLinter/AppConfig.hpp:11–14  ·  view source on GitHub ↗

@returns true if an instance of a channel should be created

Source from the content-addressed store, hash-verified

9 {
10 /// @returns true if an instance of a channel should be created
11 bool ShouldCreateChannel() const
12 {
13 return m_ChannelArguments || m_Command || m_TestChannelIO;
14 }
15
16 /// Whether -h was set
17 bool m_ShowHelp = false;

Callers 1

ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected