Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ SetStructure
Struct
SetStructure
structure/set.go:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
)
13
14
type
SetStructure
struct
{
15
db *engine.DB
16
}
17
18
var
(
19
ErrMemberNotFound = errors.New(
"ErrMemberNotFound: member not found"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected