MCPcopy Create free account
hub / github.com/davecheney/pub / TableName

Method TableName

models/actor.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64func (a *Actor) AfterUpdate(tx *gorm.DB) error {
65 return forEach(tx, a.maybeScheduleRefresh)
66}
67
68func (a *Actor) AfterSave(tx *gorm.DB) error {
69 peer := &Peer{
70 Domain: a.Domain,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected