MCPcopy Create free account
hub / github.com/TrenchBroom/TrenchBroom / makeObjectFile

Function makeObjectFile

lib/TbFsLib/test-utils/src/TestFileSystem.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34kdl_reflect_impl(Object);
35
36std::shared_ptr<File> makeObjectFile(const int id)
37{
38 return std::make_shared<ObjectFile<Object>>(Object{id});
39}
40
41namespace
42{

Callers 3

tst_FileSystem.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected