mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-19 15:19:55 +00:00
Track active VNC sessions in status and address CodeRabbit findings
This commit is contained in:
@@ -364,8 +364,8 @@ type rectCoalescer struct {
|
||||
curY int
|
||||
}
|
||||
|
||||
func newRectCoalescer(cap int) *rectCoalescer {
|
||||
return &rectCoalescer{out: make([][4]int, 0, cap)}
|
||||
func newRectCoalescer(capacity int) *rectCoalescer {
|
||||
return &rectCoalescer{out: make([][4]int, 0, capacity)}
|
||||
}
|
||||
|
||||
// consume processes one rect from the (row-ordered) input.
|
||||
|
||||
Reference in New Issue
Block a user