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

Method set_volatile

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

Source from the content-addressed store, hash-verified

43 int firstLineColumn() { return columns_.front() - initialColumn_; }
44 int lines() const { return lines_; }
45 void set_volatile(bool v) { volatile_ = v; }
46 bool isLastCharWhiteSpace() const { return ' ' == lastChar_; }
47};

Callers 2

pushWriterMethod · 0.80
pushWriterWithColumnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected