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

Method TableName

models/status.go:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 "statuses_count": statusesCount,
90 "last_status_at": createdAt,
91 }).Error
92}
93
94func (st *Status) maybeScheduleActorRefresh(tx *gorm.DB) error {
95 if st.Actor == nil {
96 return fmt.Errorf("status %d has no actor", st.ID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected