Skip to main content

is_pseudo_path

Function is_pseudo_path 

pub fn is_pseudo_path(path: &str) -> bool
Expand description

Whether path is a pseudo-path rather than a file in the repository.

Emitters use this to decide between the repository root and a real artifact URI. Ask here rather than comparing literals, so a new pseudo-path is handled by every consumer the day it is added.