(typeName: string)
| 207 | * Types NOT in this set trigger ask — they access system APIs CLM blocks. |
| 208 | */ |
| 209 | export function isClmAllowedType(typeName: string): boolean { |
| 210 | return CLM_ALLOWED_TYPES.has(normalizeTypeName(typeName)) |
| 211 | } |
| 212 |
no test coverage detected