MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / SourceWriter

Method SourceWriter

src/SourceWriter.h:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17 public:
18 SourceWriter() { columns_.push_back(0); }
19 SourceWriter(int initialColumn) {
20 initialColumn_ = initialColumn;
21 columns_.push_back(initialColumn);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected