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

Method MakeChannel

Src/ChannelLinter/ChannelLinter.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 std::shared_ptr<FSecure::C3::Linter::MockDeviceBridge> ChannelLinter::MakeChannel(StringVector const& channnelArguments) const
130 {
131 Form form(m_ChannelCapability.at("/create/arguments"_json_pointer));
132 auto createParams = form.Fill(channnelArguments);
133 auto blob = FSecure::C3::Core::Profiler::TranslateArguments(createParams);
134 return MakeChannel(blob);
135 }
136
137 std::shared_ptr<MockDeviceBridge> ChannelLinter::MakeChannel(ByteView blob) const
138 {

Callers

nothing calls this directly

Calls 2

FillMethod · 0.80
OnAttachMethod · 0.45

Tested by

no test coverage detected