MCPcopy
hub / github.com/nakabonne/ali / storage

Struct storage

storage/storage.go:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type storage struct {
57 backend tstorage.Storage
58}
59
60// Insert writes the given result to the backend storage.
61// The unit of value will be converted in milliseconds.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected