(s)
| 215 | } |
| 216 | |
| 217 | function normalizeFkAction(s) { |
| 218 | return (s || "No action").toString().toUpperCase(); |
| 219 | } |
| 220 | |
| 221 | function toTypeDefinition(type, database, q) { |
| 222 | if (!type || !databases[database]?.hasTypes) return null; |
no outgoing calls
no test coverage detected