MCPcopy Create free account
hub / github.com/Sifchain/sifnode / Name

Method Name

x/clp/module.go:107–109  ·  view source on GitHub ↗

Name returns the clp module's name.

()

Source from the content-addressed store, hash-verified

105
106// Name returns the clp module's name.
107func (AppModule) Name() string {
108 return types.ModuleName
109}
110
111// RegisterInvariants registers the clp module invariants.
112func (am AppModule) RegisterInvariants(registry sdk.InvariantRegistry) {

Callers 4

NewSifAppWithBlacklistFunction · 0.95
ResetMethod · 0.45
cleanupMethod · 0.45
downloadAndRunVersionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected