Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diffplug/goomph
/ toString
Method
toString
src/main/java/com/diffplug/gradle/StateBuilder.java:45–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
@Override
46
public
String toString() {
47
return
StringPrinter.buildString(printer -> {
48
map.forEach((key, value) -> {
49
printer.println(key +
": "
+ value);
50
});
51
});
52
}
53
}
Callers
2
p2state
Method · 0.95
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected