Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Mimino666/langdetect
/ get_string
Function
get_string
langdetect/utils/messages.py:19–23 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
17
18
_messages = None
19
def
get_string(key):
20
global _messages
21
if
_messages is None:
22
_messages = Messages()
23
return
_messages.get_string(key)
Callers
nothing calls this directly
Calls
2
get_string
Method · 0.95
Messages
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…