Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ read_bool
Method
read_bool
erpc_python/erpc/basic_codec.py:107–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
105
return
result[0]
106
107
def
read_bool(self):
108
return
self._read(
'<?'
)
109
110
def
read_int8(self):
111
return
self._read(
'<b'
)
Callers
nothing calls this directly
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected