MCPcopy Create free account
hub / github.com/go-telegram/bot / IsMigrateError

Function IsMigrateError

errors.go:40–43  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

38}
39
40func IsMigrateError(err error) bool {
41 _, ok := err.(*MigrateError)
42 return ok
43}

Callers 2

TestMigrateErrorFunction · 0.85
TestIsMigrateErrorFalseFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestMigrateErrorFunction · 0.68
TestIsMigrateErrorFalseFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…