fn build_fragment(
state: &mut BuildFragmentGraphState,
current_fragment: &mut StreamFragment,
stream_node: StreamNode,
) -> Result<StreamNode>Expand description
Build new fragment and link dependencies by visiting children recursively, update
requires_singleton and fragment_type properties for current fragment.