| 41 | }; |
| 42 | |
| 43 | struct ModInputs { |
| 44 | std::filesystem::path elf_path; |
| 45 | std::string mod_filename; |
| 46 | std::filesystem::path func_reference_syms_file_path; |
| 47 | std::vector<std::filesystem::path> data_reference_syms_file_paths; |
| 48 | std::vector<std::filesystem::path> additional_files; |
| 49 | }; |
| 50 | |
| 51 | struct ModConfig { |
| 52 | ModManifest manifest; |
nothing calls this directly
no outgoing calls
no test coverage detected