MCPcopy Create free account
hub / github.com/SmingHub/Sming / write

Method write

tests/HostTests/modules/Storage.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 bool write(storage_size_t, const void*, size_t) override
37 {
38 return false;
39 }
40
41 bool erase_range(storage_size_t, storage_size_t) override
42 {

Callers 2

executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected