MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / SymbolRecord

Method SymbolRecord

cp-profiler/src/cpprofiler/name_map.hh:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 Location location;
34
35 SymbolRecord() = default;
36 SymbolRecord(const std::string &nname, const std::string &p, const Location &loc)
37 : nice_name(nname), path(p), location(loc) {}
38};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected