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

Struct errNotExists

db/db.go:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type errNotExists struct {
59 entityName string
60 id string
61}
62
63func (e errNotExists) Error() string {
64 return fmt.Sprintf("a %s with id %s doesn't exist", e.entityName, e.id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected