MCPcopy Create free account
hub / github.com/InferCore/InferCore / Close

Method Close

internal/requests/memory.go:91–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func (m *memoryStore) Close() error { return nil }
92
93func cloneRequestRow(r RequestRow) RequestRow {
94 r.InputJSON = append([]byte(nil), r.InputJSON...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected