Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
kdl_reflect_impl(Object);
35
36
std::shared_ptr<File> makeObjectFile(const int id)
37
{
38
return std::make_shared<ObjectFile<Object>>(Object{id});
39
}
40
41
namespace
42
{
Callers
3
tst_TestFileSystem.cpp
File · 0.85
tst_VirtualFileSystem.cpp
File · 0.85
tst_FileSystem.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected