(name: string, services: ZModelServices)
| 192 | } |
| 193 | |
| 194 | export function getFunctionRef(name: string, services: ZModelServices) { |
| 195 | return getDeclarationRef<FunctionDecl>('FunctionDecl', name, services); |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Normalize a default value string for a Float field. |
no test coverage detected