MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / validate_config_option

Function validate_config_option

RecompModTool/main.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225bool validate_config_option(const toml::table& option) {
226 // TODO config option validation.
227 return true;
228}
229
230ModManifest parse_mod_config_manifest(const std::filesystem::path& basedir, const toml::table& manifest_table) {
231 ModManifest ret;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected