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

Method getSize

tests/HostTests/modules/Network/Arch/Host/HttpRequest.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 const char* contentEncoding;
15
16 size_t getSize() const
17 {
18 return fileGetSize(realName ?: name);
19 }
20};
21
22TestFile testFiles[]{

Callers 1

requestNextFileMethod · 0.45

Calls 1

fileGetSizeFunction · 0.85

Tested by

no test coverage detected