Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/SAM
/ GetNewMessages
Method
GetNewMessages
src/simulation.cpp:1869–1875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1867
}
1868
1869
wxArrayString GetNewMessages()
1870
{
1871
wxMutexLocker _lock(m_logLock);
1872
wxArrayString list = m_messages;
1873
m_messages.Clear();
1874
return list;
1875
}
1876
1877
virtual void* Entry()
1878
{
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected