MCPcopy Create free account
hub / github.com/Tong89/smartNode / labelDataType

Function labelDataType

frontend/app.js:1397–1399  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

1395 },
1396
1397 labelDataType(type) {
1398 return DATA_TYPE_LABELS[type] || type || '未知';
1399 },
1400
1401 labelStatus(status) {
1402 return STATUS_LABELS[status] || status || '未知';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected