Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ SetNamespace
Method
SetNamespace
internal/utils/kvstore/table_interface.go:7–7 ·
view source on GitHub ↗
(namespace []byte)
Source
from the content-addressed store, hash-verified
5
type
TableInterface
interface
{
6
Name() string
7
SetNamespace(namespace []byte)
8
SetDB(db *DB)
9
Close() error
10
}
Callers
1
AddTable
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected