Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
IsMigrateError(err error) bool {
41
_, ok := err.(*MigrateError)
42
return
ok
43
}
Callers
2
TestMigrateError
Function · 0.85
TestIsMigrateErrorFalse
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestMigrateError
Function · 0.68
TestIsMigrateErrorFalse
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…