Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
func
AlreadyExists(name, param string) error {
55
return
errAlreadyExists{entityName: name, conflictingParam: param}
56
}
57
58
type
errNotExists
struct
{
59
entityName string
Callers
1
CreateGraph
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected