Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amitbet/vncproxy
/ String
Method
String
common/rectangle.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
(r *Rectangle) String() string {
17
return
fmt.Sprintf(
"(%d,%d) (width: %d, height: %d), Enc= %d"
, r.X, r.Y, r.Width, r.Height, r.Enc.Type())
18
}
Callers
nothing calls this directly
Calls
1
Type
Method · 0.65
Tested by
no test coverage detected