MCPcopy
hub / github.com/dosco/graphjin / NewResponseProcessor

Function NewResponseProcessor

core/cache_response.go:44–46  ·  view source on GitHub ↗

NewResponseProcessor creates a new response processor

(qc *qcode.QCode)

Source from the content-addressed store, hash-verified

42
43// NewResponseProcessor creates a new response processor
44func NewResponseProcessor(qc *qcode.QCode) *ResponseProcessor {
45 return &ResponseProcessor{qc: qc}
46}
47
48// DBRowRef builds a row-level database cache ref.
49func DBRowRef(database, table, id string) RowRef {

Calls

no outgoing calls