MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / Name

Method Name

internal/utils/kvstore/table_interface.go:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5type TableInterface interface {
6 Name() string
7 SetNamespace(namespace []byte)
8 SetDB(db *DB)
9 Close() error

Callers 7

NewBlocksFileWithRawFileFunction · 0.65
FilenameMethod · 0.65
OpenFileReaderMethod · 0.65
RemoveAllMethod · 0.65
RemoveAllMethod · 0.65
AddTableMethod · 0.65
NameMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected