| 541 | } |
| 542 | |
| 543 | type SocialContext struct { |
| 544 | Following bool `json:"following" xml:"following"` |
| 545 | FollowedBy bool `json:"followed_by" xml:"followed_by"` |
| 546 | } |
| 547 | |
| 548 | func encodeToUint63(input string) *int64 { |
| 549 | hasher := fnv.New64a() // Create a new FNV-1a 64-bit hash |
nothing calls this directly
no outgoing calls
no test coverage detected