Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pocketbase/pocketbase
/ driver
Struct
driver
tools/filesystem/internal/fileblob/fileblob.go:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
type
driver
struct
{
130
opts *Options
131
dir string
132
}
133
134
// Close implements [blob/Driver.Close].
135
func
(drv *driver) Close() error {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected