MCPcopy Create free account
hub / github.com/beanshell/beanshell / prefix

Method prefix

src/bsh/Name.java:1014–1020  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

1012 }
1013
1014 static String prefix(String value)
1015 {
1016 if(!isCompound(value))
1017 return null;
1018
1019 return prefix(value, countParts(value) - 1);
1020 }
1021
1022 static String prefix(String value, int parts)
1023 {

Callers 2

invokeMethodMethod · 0.95

Calls 2

isCompoundMethod · 0.95
countPartsMethod · 0.95

Tested by

no test coverage detected