Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Point
Struct
Point
tests/scanner_valuer_test.go:313–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
type
Point
struct
{
314
X, Y int
315
}
316
317
func
(point Point) GormDataType() string {
318
return
"geo"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected