MCPcopy Create free account
hub / github.com/DerekYRC/mini-claude-code / getName

Method getName

src/main/java/org/miniclaudecode/skill/Skill.java:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public String getName() {
24 return name;
25 }
26
27 public String getDescription() {
28 return description;

Callers 15

scanMethod · 0.95
executeMethod · 0.95
toToolsJsonMethod · 0.45
approveMethod · 0.45
checkMethod · 0.45
getDescriptionsMethod · 0.45
startMethod · 0.45
executeInBackgroundMethod · 0.45
beforeToolUseMethod · 0.45
beforeToolUseMethod · 0.45
beforeToolUseMethod · 0.45
beforeToolUseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected