Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ write_int64
Method
write_int64
erpc_python/erpc/basic_codec.py:46–47 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
44
self._write(
'<i'
, value)
45
46
def
write_int64(self, value):
47
self._write(
'<q'
, value)
48
49
def
write_uint8(self, value):
50
self._write(
'<B'
, value)
Callers
nothing calls this directly
Calls
1
_write
Method · 0.95
Tested by
no test coverage detected