Skip to main content

Module fs

Module fs 

Source
Expand description

Content-addressed trace store on the local filesystem (SPEC §8).

Layout (git-objects-style sharding):

<root>/
├── ab/
│   └── 1234…ef.agentlog          # trace root id = sha256:ab1234…ef
└── cd/
    └── 5678…90.agentlog

The trace root’s content id is the file’s logical name; the first two hex characters of the digest become the shard directory.

Structs§

Store
Content-addressed trace store.

Enums§

StoreError
Errors from Store.

Type Aliases§

Result
Result alias for store operations.