Is this template defined in this group or from this group below? Names must be absolute, fully-qualified names like /a/b.
(String name)
| 239 | */ |
| 240 | |
| 241 | public boolean isDefined(String name) { |
| 242 | return lookupTemplate(name)!=null; |
| 243 | } |
| 244 | |
| 245 | /** Look up a fully-qualified name. */ |
| 246 |
nothing calls this directly
no test coverage detected