Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davecheney/pub
/ IsBot
Method
IsBot
models/actor.go:181–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
180
acc, err := createFn(a.db.Statement.Context, uri)
181
if
err != nil {
182
return
nil, err
183
}
184
err = a.db.Create(acc).Error
185
return
acc, err
186
}
Callers
1
Account
Method · 0.80
Calls
1
IsPerson
Method · 0.95
Tested by
no test coverage detected