Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davecheney/pub
/ Header
Method
Header
models/actor.go:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
func
(a *Actor) Acct() string {
101
if
a.IsLocal() {
102
return
a.Name
103
}
104
return
fmt.Sprintf(
"%s@%s"
, a.Name, a.Domain)
105
}
106
107
func
(a *Actor) IsBot() bool {
Callers
13
Header
Function · 0.95
Run
Method · 0.45
stream
Function · 0.45
AuthorizeNew
Function · 0.45
NodeInfoIndex
Function · 0.45
NodeInfoShow
Function · 0.45
HostMetaIndex
Function · 0.45
WebfingerShow
Function · 0.45
StreamingHealth
Function · 0.45
stream
Function · 0.45
Account
Method · 0.45
TestLinkHeader
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestLinkHeader
Function · 0.36