(final String keyword)
| 5296 | } |
| 5297 | |
| 5298 | public final boolean hasStartOfKeyword(final String keyword) { |
| 5299 | return hasStartOfKeyword(keyword, currentState); |
| 5300 | } |
| 5301 | public final boolean hasStartOfKeyword(String keyword, CardState state) { |
| 5302 | for (String s : this.getHiddenExtrinsicKeywords()) { |
| 5303 | if (s.startsWith(keyword)) { |
no test coverage detected