MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / get_learning_manager

Function get_learning_manager

core/learning.py:240–245  ·  view source on GitHub ↗

Get the global learning manager.

()

Source from the content-addressed store, hash-verified

238
239
240def get_learning_manager() -> LearningManager:
241 """Get the global learning manager."""
242 global _learning
243 if _learning is None:
244 _learning = LearningManager()
245 return _learning
246
247
248def reset_learning_manager():

Callers 4

handle_commandFunction · 0.90
_get_learningFunction · 0.90
_build_system_promptMethod · 0.90
_get_preferences_blockFunction · 0.90

Calls 1

LearningManagerClass · 0.85

Tested by

no test coverage detected