Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/geo
/ Encode
Method
Encode
s2/encode_test.go:30–30 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
28
29
type
encodableRegion
interface
{
30
Encode(w io.Writer) error
31
}
32
33
type
decodableRegion
interface
{
Callers
5
TestEncodeDecode
Function · 0.65
TestLoopEncodeDecode
Function · 0.65
TestLoopEncodeDecodeFuzzed
Function · 0.65
BenchmarkRectDecode
Function · 0.65
FuzzDecodeCellUnion
Function · 0.65
Implementers
6
Cell
s2/cell.go
Cap
s2/cap.go
Loop
s2/loop.go
Polygon
s2/polygon.go
Point
s2/point.go
Rect
s2/rect.go
Calls
no outgoing calls
Tested by
5
TestEncodeDecode
Function · 0.52
TestLoopEncodeDecode
Function · 0.52
TestLoopEncodeDecodeFuzzed
Function · 0.52
BenchmarkRectDecode
Function · 0.52
FuzzDecodeCellUnion
Function · 0.52