Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ read_string
Method
read_string
erpc_python/erpc/basic_codec.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
return
self._read(
'<d'
)
139
140
def
read_string(self):
141
return
self.read_binary().decode()
142
143
def
read_binary(self):
144
length = self.read_uint32()
Callers
nothing calls this directly
Calls
1
read_binary
Method · 0.95
Tested by
no test coverage detected