Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ table
Struct
table
database/leveldb.go:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
type
table
struct
{
141
db Database
142
prefix string
143
}
144
145
// NewTable returns a Database object that prefixes all keys with a given
146
// string.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected