Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PasarGuard/node
/ GetBaseInfo
Method
GetBaseInfo
controller/rpc/base.go:49–51 ·
view source on GitHub ↗
(_ context.Context, _ *common.Empty)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(s *Service) GetBaseInfo(_ context.Context, _ *common.Empty) (*common.BaseInfoResponse, error) {
50
return
s.BaseInfoResponse(), nil
51
}
Callers
nothing calls this directly
Implementers
1
Controller
controller/controller.go
Calls
1
BaseInfoResponse
Method · 0.80
Tested by
no test coverage detected