Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ readData
Method
readData
erpc_c/infra/erpc_basic_codec.cpp:189–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void BasicCodec::readData(uint32_t length, void *value)
190
{
191
if (isStatusOk())
192
{
193
m_status = m_cursor.read(value, length);
194
}
195
}
196
197
void BasicCodec::read(bool &value)
198
{
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected