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

Method str

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

Source from the content-addressed store, hash-verified

38 }
39
40 std::string str() { return ss_.str(); }
41 std::stringstream& ss() { return ss_; }
42 const std::vector<int>& columns() { return columns_; }
43 int firstLineColumn() { return columns_.front() - initialColumn_; }

Callers 7

lua_formatFunction · 0.80
commentAfterMethod · 0.80
commentAfterNewLineMethod · 0.80
visitChunkMethod · 0.80
indentMethod · 0.80
indentWithAlignMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected