MCPcopy 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

100func (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
107func (a *Actor) IsBot() bool {

Callers 13

HeaderFunction · 0.95
RunMethod · 0.45
streamFunction · 0.45
AuthorizeNewFunction · 0.45
NodeInfoIndexFunction · 0.45
NodeInfoShowFunction · 0.45
HostMetaIndexFunction · 0.45
WebfingerShowFunction · 0.45
StreamingHealthFunction · 0.45
streamFunction · 0.45
AccountMethod · 0.45
TestLinkHeaderFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestLinkHeaderFunction · 0.36