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

Method cur_columns

src/FormatVisitor.cpp:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260SourceWriter& FormatVisitor::cur_writer() { return *writers_.back(); }
261
262int FormatVisitor::cur_columns() { return (*writers_.back()).columns().back(); }
263
264// Add a white space before line comment
265std::string FormatVisitor::formatLineComment(Token* token) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected