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

Method PublicKey

models/actor.go:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 default:
121 return false
122 }
123}
124
125// IsRemote indicates whether the actor is not local to the instance.
126func (a *Actor) IsRemote() bool {
127 return !a.IsLocal()

Callers 2

getKeyMethod · 0.45
UsersShowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected