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

Method Query

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

Source from the content-addressed store, hash-verified

3943// and tx-bound paths from one implementation.
3944type childQueryer interface {
3945 Query(query string, args ...any) (*sql.Rows, error)
3946}
3947
3948func (s *Store) getChildItems(q childQueryer, parentItemID string) ([]models.Item, error) {

Callers 15

reportCompletedItemsMethod · 0.80
reportSnapshotAsOfMethod · 0.80
reportCycleTimeMethod · 0.80
reportWIPMethod · 0.80
scanBucketCountsMethod · 0.80
ListSnapshotsMethod · 0.80
ListShareLinksMethod · 0.80
ListShareLinkViewsMethod · 0.80
ExportWorkspaceMethod · 0.80

Calls

no outgoing calls