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

Method summary

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

Source from the content-addressed store, hash-verified

617 record FileCheck(String name, Kind kind, GHContent content)
618 implements Information {
619 public String summary() {
620 // formatter:off
621 return "- %s %s - %s%s".formatted(
622 getMarker(), name, ok() ? "File exists" : "File does not exist", urlText(content));
623 // formatter:on
624 }
625
626 public String markdownSummary() {
627 return "- [%s] %s %s - %s%s"

Callers

nothing calls this directly

Calls 3

getMarkerMethod · 0.95
okMethod · 0.95
urlTextMethod · 0.80

Tested by

no test coverage detected