MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / fmt.js

File fmt.js

host/time/src/main/fmt.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* Pure calendar helpers. struct_time crosses as a JSON 9-tuple string, like storage's returns. */
2
3const DAYS = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
4const DAYS_ABBR = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];

Callers

nothing calls this directly

Calls 5

toTupleFunction · 0.85
fmtTupleFunction · 0.85
ascFormFunction · 0.85
resolveFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected