MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / decreaseIndent

Method decreaseIndent

mllm/compile/ir/IRPrinter.hpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 public:
61 inline void increaseIndent() { m_indent++; }
62 inline void decreaseIndent() { m_indent--; }
63
64 private:
65 inline void printIndent() const {

Callers 1

~IRPrinterGuardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected