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

Method summary

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

Source from the content-addressed store, hash-verified

601 record ContentCheck(String name, String description, Kind kind, boolean ok, GHContent content)
602 implements Information {
603 public String summary() {
604 // formatter:off
605 return "- %s %s - %s%s".formatted(
606 getMarker(kind, ok), name, description, urlText(content));
607 // formatter:on
608 }
609
610 public String markdownSummary() {
611 return "- [%s] %s %s - %s%s"

Callers

nothing calls this directly

Calls 2

urlTextMethod · 0.80
getMarkerMethod · 0.65

Tested by

no test coverage detected