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

lightningnetwork / lnd / 17830307614

18 Sep 2025 01:29PM UTC coverage: 54.617% (-12.0%) from 66.637%
17830307614

Pull #10200

github

web-flow
Merge 181a0a7bc into b34fc964b
Pull Request #10200: github: change to form-based issue template

109249 of 200028 relevant lines covered (54.62%)

21896.43 hits per line

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

55.56
/lnrpc/verrpc/driver.go
1
package verrpc
2

3
import (
4
        "fmt"
5

6
        "github.com/lightningnetwork/lnd/lnrpc"
7
)
8

9
func init() {
3✔
10
        subServer := &lnrpc.SubServerDriver{
3✔
11
                SubServerName: subServerName,
3✔
12
                NewGrpcHandler: func() lnrpc.GrpcHandler {
3✔
13
                        return &ServerShell{}
×
14
                },
×
15
        }
16

17
        // We'll register ourselves as a sub-RPC server within the global lnrpc
18
        // package namespace.
19
        if err := lnrpc.RegisterSubServer(subServer); err != nil {
3✔
20
                panic(fmt.Sprintf("failed to register sub server driver '%s': %v",
×
21
                        subServerName, err))
×
22
        }
23
}
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