MCPcopy Create free account
hub / github.com/compozy/agh / Scan

Method Scan

internal/resources/kernel.go:1176–1176  ·  view source on GitHub ↗
(dest ...any)

Source from the content-addressed store, hash-verified

1174
1175type rawRecordScanner interface {
1176 Scan(dest ...any) error
1177}
1178
1179func scanRawRecord(scanner rawRecordScanner) (RawRecord, error) {

Implementers 1

Storeinternal/memory/store.go

Calls

no outgoing calls