MCPcopy Create free account
hub / github.com/ArduPilot/ArduRemoteID / size

Method size

RemoteIDModule/romfs.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34size_t ROMFS_Stream::size(void) const
35{
36 return f.size;
37}
38
39const char *ROMFS_Stream::name(void) const
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected