MCPcopy Create free account
hub / github.com/Flow-IPC/ipc / cmd_chan_bundle_send_blob

Method cmd_chan_bundle_send_blob

test/suite/transport_test/script_interpreter.cpp:1717–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1715
1716template<typename Chan_bundle>
1717void Script_interpreter::cmd_chan_bundle_send_blob()
1718{
1719 using std::type_index;
1720 using std::get;
1721
1722 const auto& chan_bundle_list
1723 = get<Chan_bundle_list<Chan_bundle>>(m_test_chan_bundles[type_index(typeid(Chan_bundle))]);
1724 cmd_blob_sender_send_blob_impl<Chan_bundle_list<Chan_bundle>>(chan_bundle_list, typeid(Chan_bundle).name());
1725}
1726
1727template<typename Chan_bundle>
1728void Script_interpreter::cmd_chan_bundle_send()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected