MCPcopy Create free account
hub / github.com/CoderOpen/waimai / util.js

File util.js

front/common/util.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function formatTime(time) {
2 if (typeof time !== 'number' || time < 0) {
3 return time
4 }

Callers

nothing calls this directly

Calls 2

_formatFunction · 0.85
getDateMethod · 0.80

Tested by

no test coverage detected