Function tugger_code_signing::path_signable[][src]

pub fn path_signable(
    path: impl AsRef<Path>
) -> Result<Signability, SigningError>

Resolve signability information given an input path.

The path can be to a file or directory.

Returns Err if we could not fully test the path. This includes I/O failures.