MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / fromCellIDString

Function fromCellIDString

geo.go:52–55  ·  view source on GitHub ↗
(cellID string)

Source from the content-addressed store, hash-verified

50}
51
52func fromCellIDString(cellID string) (l GLocation) {
53 l.setCellIDString(cellID)
54 return
55}
56
57type GUnit float64
58

Callers 2

GEOPOSMethod · 0.85
GEORADIUSMethod · 0.85

Calls 1

setCellIDStringMethod · 0.80

Tested by

no test coverage detected