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

lightningnetwork / lnd / 14358372723

09 Apr 2025 01:26PM UTC coverage: 56.696% (-12.3%) from 69.037%
14358372723

Pull #9696

github

web-flow
Merge e2837e400 into 867d27d68
Pull Request #9696: Add `development_guidelines.md` for both human and machine

107055 of 188823 relevant lines covered (56.7%)

22721.56 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