(type)
| 1395 | }, |
| 1396 | |
| 1397 | labelDataType(type) { |
| 1398 | return DATA_TYPE_LABELS[type] || type || '未知'; |
| 1399 | }, |
| 1400 | |
| 1401 | labelStatus(status) { |
| 1402 | return STATUS_LABELS[status] || status || '未知'; |
nothing calls this directly
no outgoing calls
no test coverage detected