MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / get_language

Method get_language

language_manager.py:64–66  ·  view source on GitHub ↗

Get current language code

(self)

Source from the content-addressed store, hash-verified

62 print(f"Unsupported language: {language_code}")
63
64 def get_language(self) -> str:
65 """Get current language code"""
66 return self.current_language
67
68 def get_available_languages(self) -> Dict[str, str]:
69 """Get available languages dict"""

Callers 1

get_current_languageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected