Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ read_null_flag
Method
read_null_flag
erpc_python/erpc/basic_codec.py:165–166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
163
return
self.read_int32()
164
165
def
read_null_flag(self):
166
return
self.read_uint8()
Callers
nothing calls this directly
Calls
1
read_uint8
Method · 0.95
Tested by
no test coverage detected