Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ Write
Method
Write
Modules/SceneSerialization/test/mitkSceneJsonReaderTest.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Write(const std::string &content) const
54
{
55
std::ofstream out(m_Path);
56
out << content;
57
}
58
59
const std::string &Path() const { return m_Path; }
60
Callers
15
TestMalformedJsonThrows
Method · 0.45
TestWrongRootTypeThrows
Method · 0.45
TestUnsupportedVersionThrows
Method · 0.45
TestMissingNodesArrayThrows
Method · 0.45
TestDuplicateUidThrows
Method · 0.45
TestDanglingParentUidThrows
Method · 0.45
TestCircularParentUidThrows
Method · 0.45
TestNodeWithoutDataLoads
Method · 0.45
TestDefaultLoadstyleIsModify
Method · 0.45
TestReplaceLoadstyleParsed
Method · 0.45
TestInvalidLoadstyleThrows
Method · 0.45
TestUnknownMetaKeyIgnored
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected