(name: string, services: ZModelServices)
| 188 | } |
| 189 | |
| 190 | export function getAttributeRef(name: string, services: ZModelServices) { |
| 191 | return getDeclarationRef<Attribute>('Attribute', name, services); |
| 192 | } |
| 193 | |
| 194 | export function getFunctionRef(name: string, services: ZModelServices) { |
| 195 | return getDeclarationRef<FunctionDecl>('FunctionDecl', name, services); |
no test coverage detected