(name string)
| 3502 | } |
| 3503 | |
| 3504 | func isMathBlock(name string) bool { |
| 3505 | return name == "math" |
| 3506 | } |
| 3507 | |
| 3508 | func isGeoFunc(name string) bool { |
| 3509 | return name == "near" || name == "contains" || name == "within" || name == "intersects" |
no outgoing calls
no test coverage detected