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

Method CreateEvent

lib/mdflib/mdflib/src/iheader.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41std::vector<IFileHistory *> IHeader::FileHistories() const { return {}; }
42
43IEvent *IHeader::CreateEvent() { return nullptr; }
44
45std::vector<IEvent *> IHeader::Events() const { return {}; }
46

Callers 5

TEST_FFunction · 0.45
TestHeaderMethod · 0.45
TestWriterMethod · 0.45
EXPORTFEATUREFUNCFunction · 0.45
MdfHeader.cppFile · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TestHeaderMethod · 0.36
TestWriterMethod · 0.36