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

Method Context

include/recompiler/context.h:282–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 static bool from_elf_file(const std::filesystem::path& elf_file_path, Context& out, const ElfParsingConfig& flags, bool for_dumping_context, DataSymbolMap& data_syms_out, bool& found_entrypoint_out);
281
282 Context() = default;
283
284 bool add_dependency(const std::string& id) {
285 if (dependencies_by_name.contains(id)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected