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

Method IsRemote

models/actor.go:200–202  ·  view source on GitHub ↗

IsRemote indicates whether the actor is not local to the instance.

()

Source from the content-addressed store, hash-verified

198 Columns: []clause.Column{{Name: "actor_id"}},
199 DoUpdates: clause.AssignmentColumns([]string{
200 "created_at",
201 "updated_at",
202 "attempts", // resets the attempts counter
203 }),
204 })
205 return db.Create(&ActorRefreshRequest{ActorID: actor.ID}).Error

Callers 1

Calls 1

IsLocalMethod · 0.95

Tested by

no test coverage detected