Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~IRPrinterGuard
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected