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

Method summary

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

Source from the content-addressed store, hash-verified

651 String path,
652 String suggestion) {
653 public String summary() {
654 return "; " + String.join(", ", text());
655 }
656
657 public String markdownSummary() {
658 return "\n - " + String.join("\n ", text());

Callers

nothing calls this directly

Calls 1

textMethod · 0.95

Tested by

no test coverage detected