MCPcopy Create free account
hub / github.com/commonhaus/foundation / summary

Method summary

templates/panda/PolicyPanda.java:555–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553
554 record Check(boolean check, Kind kind, String ok, String error) implements Information {
555 public String summary() {
556 // formatter:off
557 return "- %s %s".formatted(
558 getMarker(kind, check),
559 check ? ok : error);
560 // formatter:on
561 }
562
563 public String markdownSummary() {
564 return "- [%s] %s %s".formatted(

Callers

nothing calls this directly

Calls 1

getMarkerMethod · 0.65

Tested by

no test coverage detected