Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
126
func
(a *Actor) IsRemote() bool {
127
return
!a.IsLocal()
Callers
2
getKey
Method · 0.45
UsersShow
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected