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

Function NewMemoryEngine

internal/slo/memory_engine.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func NewMemoryEngine() *MemoryEngine {
28 return NewMemoryEngineFromConfig(config.SLOStoreConfig{})
29}
30
31func NewMemoryEngineFromConfig(c config.SLOStoreConfig) *MemoryEngine {
32 max := c.MaxRecords

Calls 1