Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ add_input_stream
Method
add_input_stream
bmf/engine/c_engine/src/graph_config.cpp:256–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void NodeConfig::add_input_stream(StreamConfig input_stream) {
257
input_streams.push_back(input_stream);
258
}
259
260
void NodeConfig::add_output_stream(StreamConfig output_stream) {
261
output_streams.push_back(output_stream);
Callers
1
merge_two_nodes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected