pub fn load_durable_batch(
manager: &KwebManager,
context: &mut Context,
durable_ids: &[String],
) -> Result<Value>Expand description
Reads and projects every requested durable node, committing the context update only after the complete batch succeeds.