Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ pushIndent
Method
pushIndent
src/LuaPrinter.ts:265–267 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
263
}
264
265
protected pushIndent(): void {
266
this.currentIndent +=
" "
;
267
}
268
269
protected popIndent(): void {
270
this.currentIndent = this.currentIndent.slice(4);
Callers
9
printDoStatement
Method · 0.95
printIfStatement
Method · 0.95
printWhileStatement
Method · 0.95
printRepeatStatement
Method · 0.95
printForStatement
Method · 0.95
printForInStatement
Method · 0.95
printFunctionExpression
Method · 0.95
printFunctionDefinition
Method · 0.95
printExpressionList
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected