MCPcopy Create free account
hub / github.com/WheretIB/nullc / CodeRange

Method CodeRange

NULLC/Compiler.h:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 struct CodeRange
103 {
104 CodeRange(): start(NULL), end(NULL){}
105 CodeRange(const char* start, const char* end): start(start), end(end){}
106 const char *start, *end;
107 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected