Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SySS-Research/hallucinate
/ read_entry
Method
read_entry
hallucinate/java.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
return
self.request.recv(length).decode(
'utf-8'
)
28
29
def
read_entry(self):
30
return
self.read_string(), self.read_string()
31
32
def
handle(self):
33
key = self.read_string()
Callers
1
handle
Method · 0.95
Calls
1
read_string
Method · 0.95
Tested by
no test coverage detected