MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / GetNewMessages

Method GetNewMessages

src/simulation.cpp:1729–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1727 }
1728
1729 wxArrayString GetNewMessages()
1730 {
1731 wxMutexLocker _lock(m_logLock);
1732 wxArrayString list = m_messages;
1733 m_messages.Clear();
1734 return list;
1735 }
1736
1737 virtual void *Entry()
1738 {

Callers 3

DispatchThreadsMethod · 0.45
DispatchSSCThreadsMethod · 0.45
fcall_wavetoolkitFunction · 0.45

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected