MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / RegisterExtInfo

Method RegisterExtInfo

server_info.go:44–46  ·  view source on GitHub ↗
(f ExtInfoFunc)

Source from the content-addressed store, hash-verified

42}
43
44func (i *info) RegisterExtInfo(f ExtInfoFunc) {
45 i.ExtInfo = append(i.ExtInfo, f)
46}
47
48func (i *info) Close() {
49}

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected