MCPcopy
hub / github.com/dosco/graphjin / Local

Struct Local

core/fstable/local.go:26–28  ·  view source on GitHub ↗

Local is a Backend backed by an OS directory. Useful for development, tests, and single-host deployments. Not a substitute for S3/GCS when you need durability or cross-instance sharing.

Source from the content-addressed store, hash-verified

24// tests, and single-host deployments. Not a substitute for S3/GCS when
25// you need durability or cross-instance sharing.
26type Local struct {
27 root string
28}
29
30// NewLocal validates Root and returns a Local backend. Root must exist
31// and be a directory; the backend never creates Root automatically

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected