MCPcopy Create free account
hub / github.com/EverMind-AI/MSA / get_layer_length

Method get_layer_length

src/utils/cache.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.cache_kwargs[layer_idx] = kwargs
42
43 def get_layer_length(self):
44 return len(self.cache_kwargs)
45
46 def get_kvcache(self, layer_idx):
47 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected