MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / string

Method string

src/utilities/core/StringStreamLogSink.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 std::string StringStreamLogSink_Impl::string() const {
28 std::shared_lock l{m_mutex};
29
30 return m_stringstream->str();
31 }
32
33 std::vector<LogMessage> StringStreamLogSink_Impl::logMessages() const {
34 return LogMessage::parseLogText(this->string());

Callers 10

logMessagesMethod · 0.95
DynamicLibraryMethod · 0.45
setFileExtensionFunction · 0.45
PathHelpers.cppFile · 0.45
isNetworkPathFunction · 0.45
isNetworkPathAvailableFunction · 0.45
DynamicLibraryMethod · 0.45
toSystemFilenameFunction · 0.45
TEST_FFunction · 0.45

Calls 1

strMethod · 0.45

Tested by 1

TEST_FFunction · 0.36