The WorkflowResource an already-parsed GDR addresses. Total: a caller
holding a ParsedGdr has already proven the URI parsed, so there's no
not-a-GDR case to handle. The ?? '' only satisfies the cross-scheme-optional
resourceId type — parseGdr guarantees it is present per non-dataset
scheme, so the fallback never fires.
The WorkflowResource an already-parsed GDR addresses. Total: a caller holding a ParsedGdr has already proven the URI parsed, so there's no not-a-GDR case to handle. The
?? ''only satisfies the cross-scheme-optionalresourceIdtype — parseGdr guarantees it is present per non-dataset scheme, so the fallback never fires.