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

lightningnetwork / lnd / 15567023278

10 Jun 2025 06:10PM UTC coverage: 68.503% (+10.2%) from 58.331%
15567023278

Pull #9923

github

web-flow
Merge 6fb90c88c into 32592dbd2
Pull Request #9923: graph/db: only fetch required info for graph cache population

70 of 83 new or added lines in 6 files covered. (84.34%)

24 existing lines in 6 files now uncovered.

134420 of 196224 relevant lines covered (68.5%)

22306.35 hits per line

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

0.0
/channeldb/migration20/log.go
1
package migration20
2

3
import (
4
        "github.com/btcsuite/btclog/v2"
5
)
6

7
// log is a logger that is initialized as disabled. This means the package
8
// will not perform any logging by default until a logger is set.
9
var log = btclog.Disabled
10

11
// UseLogger uses a specified Logger to output package logging info.
12
func UseLogger(logger btclog.Logger) {
×
13
        log = logger
×
14
}
×
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