MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / LineFile

Class LineFile

Source/Scripting/scriptfile.h:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57typedef std::list<IncludeFileRange> FileRangeList;
58
59struct LineFile {
60 unsigned line_number;
61 const Path file;
62
63 LineFile(unsigned _line_number,
64 const Path &_file)
65 : line_number(_line_number),
66 file(_file) {}
67};
68
69struct ScriptFile {
70 const ScriptFile *parent;

Callers 1

GetCorrectedLineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected