MCPcopy Create free account
hub / github.com/RunanywhereAI/RCLI / size

Method size

src/rag/embedding_cache.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 size_t size() const { return entries_.size(); }
86 size_t max_entries() const { return max_entries_; }
87 size_t capacity_bytes() const { return max_entries_ * embedding_dim_ * sizeof(float); }
88

Callers 2

putMethod · 0.45
evict_oneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected