MCPcopy Create free account
hub / github.com/davecheney/pub / SharedInboxURL

Method SharedInboxURL

models/actor.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 return a.Type == "Person" || a.Type == "LocalPerson"
113}
114
115// IsLocal indicates whether the actor is local to the instance.
116func (a *Actor) IsLocal() bool {
117 switch a.Type {
118 case "LocalPerson", "LocalService":
119 return true

Callers 1

InboxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected