MCPcopy Create free account
hub / github.com/ByteYellow/AgentProvenance / ObjectsJSON

Function ObjectsJSON

internal/provenance/objects.go:287–289  ·  view source on GitHub ↗
(db *sql.DB, runID string, out io.Writer)

Source from the content-addressed store, hash-verified

285}
286
287func ObjectsJSON(db *sql.DB, runID string, out io.Writer) error {
288 return ObjectsPageJSON(db, ObjectListOptions{RunID: runID}, out)
289}
290
291func ObjectsPageJSON(db *sql.DB, opts ObjectListOptions, out io.Writer) error {
292 manifest, err := ListObjectsPage(db, opts)

Callers 1

Calls 1

ObjectsPageJSONFunction · 0.85

Tested by 1