(fieldOptions)
| 287 | } |
| 288 | |
| 289 | export function getSaveOptSchema(fieldOptions) { |
| 290 | return new SaveOptSchema(fieldOptions); |
| 291 | } |
| 292 | |
| 293 | function isVisibleForServerBackup(backupType) { |
| 294 | return !(!_.isUndefined(backupType) && backupType === 'server'); |
no outgoing calls
no test coverage detected