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

Function InitConfig

bluesky/blueskyapi.go:399–401  ·  view source on GitHub ↗
(config *config.Config)

Source from the content-addressed store, hash-verified

397)
398
399func InitConfig(config *config.Config) {
400 configData = config
401}
402
403var userCache = bridge.NewCache(5 * time.Minute) // Cache TTL of 5 minutes
404

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected