MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / stats

Method stats

server/src/server/prefix_cache.cpp:465–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465PrefixCache::InlineStats PrefixCache::stats() const {
466 if (disabled_) return {0, 0, 0};
467 return {cap_,
468 (int)entries_size_count_.load(std::memory_order_relaxed),
469 lifetime_hits_.load(std::memory_order_relaxed)};
470}
471
472PrefixCache::FullStats PrefixCache::full_stats() const {
473 if (full_disabled_) return {false, 0, 0, 0, 0};

Callers 2

mainFunction · 0.45
build_props_bodyFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36