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

Method Message

src/simulation.cpp:1696–1702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694 }
1695
1696 void Message( const wxString &text )
1697 {
1698 wxMutexLocker _lock(m_logLock);
1699 wxString L( m_curName );
1700 if ( !L.IsEmpty() ) L += ": ";
1701 m_messages.Add( L + text );
1702 }
1703
1704 virtual void Warn( const wxString &text )
1705 {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected