Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chrislusf/glow
/ DataStore
Interface
DataStore
netchan/store/data_store.go:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
DataStore
interface
{
10
io.Writer
11
io.ReaderAt
12
Destroy()
13
}
14
15
type
LocalFileDataStore
struct
{
16
dir string
Callers
2
Destroy
Method · 0.65
doDelete
Method · 0.65
Implementers
2
RotatingFileStore
netchan/store/rotating_file_store.go
LocalFileDataStore
netchan/store/data_store.go
Calls
no outgoing calls
Tested by
no test coverage detected