Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ tabIndent
Method
tabIndent
src/main/java/wyil/io/WyilFilePrinter.java:825–827 ·
view source on GitHub ↗
(int indent)
Source
from the content-addressed store, hash-verified
823
}
824
825
private
void
tabIndent(
int
indent) {
826
print(
' '
,indent*4);
827
}
828
829
private
void
println(char c,
int
repeat) {
830
print(c,repeat);
Callers
15
visitFunctionOrMethod
Method · 0.95
visitVariable
Method · 0.95
visitStatement
Method · 0.95
visitAssert
Method · 0.95
visitAssume
Method · 0.95
visitAssign
Method · 0.95
visitBreak
Method · 0.95
visitContinue
Method · 0.95
visitDebug
Method · 0.95
visitDoWhile
Method · 0.95
visitFail
Method · 0.95
visitIfElse
Method · 0.95
Calls
1
print
Method · 0.95
Tested by
no test coverage detected