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

Function AlreadyExists

db/db.go:54–56  ·  view source on GitHub ↗
(name, param string)

Source from the content-addressed store, hash-verified

52}
53
54func AlreadyExists(name, param string) error {
55 return errAlreadyExists{entityName: name, conflictingParam: param}
56}
57
58type errNotExists struct {
59 entityName string

Callers 1

CreateGraphMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected