Skip to main content

create_container

Function create_container 

Source
pub fn create_container(
    root: &Path,
    commits: &[Commit],
    author: &Identity,
) -> Result<Store<Any>, SeedFailure>
Expand description

Lay out a container at root holding commits — how a scratch session becomes durable, since a scratch session has no manifest to copy.

§Errors

As Store::seeded.