pub fn resolve_op_with_repo(
repo: &ReadonlyRepo,
op_str: &str,
) -> Result<Operation, OpsetEvaluationError>
Expand description
Resolves operation set expression against the loaded repo.
The “@” symbol will be resolved to the operation the repo was loaded at.