MCPcopy Create free account
hub / github.com/BlazingDB/blazingsql / get_input_message_cache

Method get_input_message_cache

engine/src/execution_graph/graph.cpp:282–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 std::shared_ptr<ral::cache::CacheMachine> graph::get_input_message_cache() { return input_cache_; }
283
284 std::shared_ptr<ral::cache::CacheMachine> graph::get_output_message_cache() {return output_cache_; }
285

Calls

no outgoing calls

Tested by

no test coverage detected