Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davecheney/pub
/ AfterCreate
Method
AfterCreate
models/actor.go:134–136 ·
view source on GitHub ↗
(tx *gorm.DB)
Source
from the content-addressed store, hash-verified
132
}
133
134
func
(a *Actor) ActorType() string {
135
switch
a.Type {
136
case
"LocalPerson"
:
137
return
"Person"
138
case
"LocalService"
:
139
return
"Service"
Callers
nothing calls this directly
Calls
1
forEach
Function · 0.70
Tested by
no test coverage detected