Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geldata/gel
/ decode
Method
decode
tests/test_ext_ai.py:1401–1402 ·
view source on GitHub ↗
(self, tokens: list[int])
Source
from the content-addressed store, hash-verified
1399
return
0
1400
1401
def
decode(self, tokens: list[int]) -> str:
1402
return
str(chr(t)
for
t in tokens)
1403
1404
1405
class
TestExtAIUtils(unittest.TestCase):
Callers
15
on_status
Method · 0.45
stop
Method · 0.45
init
Method · 0.45
stop
Method · 0.45
_deserialize
Method · 0.45
_deserialize
Method · 0.45
_deserialize
Method · 0.45
_deserialize
Method · 0.45
_deserialize
Method · 0.45
test_cqa_ruff
Method · 0.45
test_cqa_mypy
Method · 0.45
test_cqa_rust_clippy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected