MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / getStartTimeString

Function getStartTimeString

web/src/components/settings/OtherSetting.js:241–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 };
240
241 const getStartTimeString = () => {
242 const timestamp = statusState?.status?.start_time;
243 return statusState.status ? timestamp2string(timestamp) : '';
244 };
245
246 return (
247 <Row>

Callers

nothing calls this directly

Calls 1

timestamp2stringFunction · 0.90

Tested by

no test coverage detected