MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / SocialContext

Struct SocialContext

bridge/bridge.go:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected