Skip to main content

read_project_root_identity_read_only

Function read_project_root_identity_read_only 

Source
pub fn read_project_root_identity_read_only(
    path: &Path,
) -> DbResult<Option<CanonicalProjectRoot>>
Expand description

Read the authoritative native project-root identity without mutation.

ยงErrors

Returns an error if the database cannot be opened read-only or the identity row contains an invalid versioned codec payload.