MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / size

Method size

src/ipc/message_exchange.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34StringBlock::StringBlock(std::string value) : data_{std::move(value)} {}
35
36size_t StringBlock::size() const noexcept {
37 return data_.size();
38}
39
40[[nodiscard]] const std::byte* StringBlock::data() const noexcept {
41 // Note: reinterpret_cast is necessary here for pointer conversion from

Callers 15

for_each_view_targetFunction · 0.45
mainFunction · 0.45
replace_allFunction · 0.45
is_shader_outdatedMethod · 0.45
configureMethod · 0.45
set_pixel_layoutMethod · 0.45
utf8_to_wideFunction · 0.45
quote_windows_argFunction · 0.45
build_command_lineFunction · 0.45
startMethod · 0.45
chunkMethod · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TestSingleDoubleValueFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
sendMethod · 0.36
receiveMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
has_nonzero_alphaFunction · 0.36