MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getStats

Function getStats

src/services/contextCollapse/index.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35export function getStats(): ContextCollapseStats {
36 return EMPTY_STATS
37}
38
39export function subscribe(_callback: () => void): () => void {
40 return () => {}

Callers 3

CollapseStatusFunction · 0.85
CollapseLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected