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

Method getMarker

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

Source from the content-addressed store, hash-verified

630 }
631
632 private String getMarker() {
633 return switch (kind) {
634 case MUST -> ok() ? "✅" : "❌";
635 case SHOULD -> ok() ? "✅" : "⚠️";
636 case BONUS -> "💚";
637 };
638 }
639
640 boolean ok() {
641 return content != null;

Callers 2

summaryMethod · 0.95
markdownSummaryMethod · 0.95

Calls 1

okMethod · 0.95

Tested by

no test coverage detected