Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DispatchThreads
Method · 0.45
DispatchSSCThreads
Method · 0.45
fcall_wavetoolkit
Function · 0.45
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected