MCPcopy Create free account
hub / github.com/argumentcomputer/ix / Store

Class Store

crates/compile/src/store.rs:49–49  ·  view source on GitHub ↗

Handle for reading and writing content-addressed objects under `~/.ix/store`.

Source from the content-addressed store, hash-verified

47
48/// Handle for reading and writing content-addressed objects under `~/.ix/store`.
49pub struct Store;
50
51impl Store {
52 /// Get the home directory from the HOME environment variable

Callers 1

decode_opFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected