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