MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / hFormat

Function hFormat

tests/test_code/js/moment/moment.js:1863–1865  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1861 // FORMATTING
1862
1863 function hFormat() {
1864 return this.hours() % 12 || 12;
1865 }
1866
1867 function kFormat() {
1868 return this.hours() || 24;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected