Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcspragu/logseq-sync
/ getTxidRequest
Struct
getTxidRequest
cmd/server/main.go:707–709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
705
}
706
707
type
getTxidRequest
struct
{
708
GraphUUID string `json:
"GraphUUID"
`
709
}
710
type
getTxidResponse
struct
{
711
Txid int64 `json:
"TXId"
`
712
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected