pub fn resolve(
source: OperationKey,
target: OperationKey,
) -> Result<TransformPair, TransformError>Expand description
Resolve operation keys to a concrete pair module.
Same-kind passthrough is intentionally not represented here; routing should bypass the transform layer when source and target wire kinds match.