MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / AdditionalFile

Class AdditionalFile

include/geode/basic/input.hpp:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace geode
34{
35 struct AdditionalFile
36 {
37 AdditionalFile( std::string filename_in, bool is_missing_in )
38 : filename{ std::move( filename_in ) }, is_missing{ is_missing_in }
39 {
40 }
41
42 std::string filename;
43 bool is_missing;
44 };
45
46 struct AdditionalFiles
47 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected