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

Method GetQueryCmd

x/margin/module.go:85–87  ·  view source on GitHub ↗

GetQueryCmd returns no root query command.

()

Source from the content-addressed store, hash-verified

83
84// GetQueryCmd returns no root query command.
85func (AppModuleBasic) GetQueryCmd() *cobra.Command {
86 return cli.GetQueryCmd()
87}
88
89//____________________________________________________________________________
90

Callers

nothing calls this directly

Calls 1

GetQueryCmdFunction · 0.92

Tested by

no test coverage detected