pub fn selected_addressable_parameter_bytes(
task: &ReplicatedTextMaterializationTask,
metadata: &RecipeMetadata,
) -> Result<u64, AddressableBankMemberError>Expand description
Computes executable storage bytes for one admitted member-local task output.
A task’s own derived output describes whole-parameter derivation before a
member projection. metadata instead describes the exact member-local
recipe retained by AddressableBankParameter, including rank-local
sharding. This function is the single neutral authority for their selected
executable byte geometry.