MCPcopy Index your code
hub / github.com/OperationT00/T-Code / matches

Method matches

src/main/java/com/tcode/cli/TCodeCompleter.java:304–306  ·  view source on GitHub ↗
(String value, String prefix)

Source from the content-addressed store, hash-verified

302 }
303
304 private static boolean matches(String value, String prefix) {
305 return prefix == null || prefix.isBlank() || value.toLowerCase().startsWith(prefix.toLowerCase());
306 }
307
308 private record CommandOption(String value, String description, String display) {
309 }

Callers 15

addServerCandidatesMethod · 0.95
addSkillCandidatesMethod · 0.95
addMatchingMethod · 0.95
matchMethod · 0.45
fileUriToLocalPathMethod · 0.45
isNumberMethod · 0.45
matchesIgnoreMethod · 0.45
shouldSkipMethod · 0.45
formatEnvironmentMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected