MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / Error

Method Error

db/db.go:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (e errNotExists) Error() string {
64 return fmt.Sprintf("a %s with id %s doesn't exist", e.entityName, e.id)
65}
66
67func IsNotExists(err error) bool {
68 return errors.Is(err, errNotExists{})

Callers 2

runFunction · 0.45
handleErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected