MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / IsEmbedded

Method IsEmbedded

lib/mdflib/mdflib/src/at4block.cpp:292–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void At4Block::IsEmbedded(bool embed) {
293 if (embed) {
294 flags_ |= At4Flags::kEmbeddedData;
295 } else {
296 flags_ &= ~At4Flags::kEmbeddedData;
297 }
298}
299void At4Block::FileName(const std::string& filename) { filename_ = filename; }
300const std::string& At4Block::FileName() const { return filename_; }
301void At4Block::FileType(const std::string& file_type) {

Callers 6

TEST_FFunction · 0.80
TEST_FFunction · 0.80
RedrawAttachmentViewMethod · 0.80
EXPORTFEATUREFUNCFunction · 0.80
getMethod · 0.80
setMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64