Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
func
(i *info) RegisterExtInfo(f ExtInfoFunc) {
45
i.ExtInfo = append(i.ExtInfo, f)
46
}
47
48
func
(i *info) Close() {
49
}
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected