• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lightningnetwork / lnd / 14844045539

05 May 2025 07:00PM UTC coverage: 69.012% (-0.03%) from 69.037%
14844045539

push

github

web-flow
Merge pull request #9781 from bitromortac/2505-loadmc

lncli: add loadmc command

0 of 101 new or added lines in 2 files covered. (0.0%)

78 existing lines in 18 files now uncovered.

133941 of 194085 relevant lines covered (69.01%)

21967.16 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/cmd/commands/routerrpc.go
1
package commands
2

3
import "github.com/urfave/cli"
4

5
// routerCommands returns a list of routerrpc commands.
6
func routerCommands() []cli.Command {
×
7
        return []cli.Command{
×
8
                queryMissionControlCommand,
×
9
                importMissionControlCommand,
×
NEW
10
                loadMissionControlCommand,
×
11
                queryProbCommand,
×
12
                resetMissionControlCommand,
×
13
                buildRouteCommand,
×
14
                getCfgCommand,
×
15
                setCfgCommand,
×
16
                updateChanStatusCommand,
×
17
        }
×
18
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc