MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / if

Function if

web/src/components/table/LogsTable.js:447–449  ·  view source on GitHub ↗
(record.group)

Source from the content-addressed store, hash-verified

445 render: (text, record, index) => {
446 if (record.type === 0 || record.type === 2 || record.type === 5) {
447 if (record.group) {
448 return <>{renderGroup(record.group)}</>;
449 } else {
450 let other = null;
451 try {
452 other = JSON.parse(record.other);

Callers 3

LogsTable.jsFile · 0.70
ModelPricing.jsFile · 0.70
TokensTable.jsFile · 0.70

Calls 1

tFunction · 0.70

Tested by

no test coverage detected