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

Method Note

models/actor.go:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125// IsRemote indicates whether the actor is not local to the instance.
126func (a *Actor) IsRemote() bool {
127 return !a.IsLocal()
128}
129
130func (a *Actor) IsGroup() bool {
131 return a.Type == "Group"

Callers 4

AccountMethod · 0.45
CredentialAccountMethod · 0.45
StatusMethod · 0.45
StatusEditMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected