MCPcopy Create free account
hub / github.com/PerpetualSoftware/pad / QueryRow

Method QueryRow

internal/store/items.go:3549–3549  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

3547// it writes with).
3548type rowQueryer interface {
3549 QueryRow(query string, args ...any) *sql.Row
3550}
3551
3552// readParentLinkTarget returns the target_id of an item's `parent` link, or

Callers 15

insertItemTxMethod · 0.65
getCollectionSlugTxMethod · 0.65
getItemScanQMethod · 0.65
GetItemBySlugMethod · 0.65
GetItemByRefMethod · 0.65
MaxItemSeqMethod · 0.65
getItemLinkMethod · 0.65
GetItemLinkByIDMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected