MCPcopy Index your code
hub / github.com/csev/py4e / get_set__get

Function get_set__get

code/gmane/Chart.bundle.js:1977–1979  ·  view source on GitHub ↗
(mom, unit)

Source from the content-addressed store, hash-verified

1975 }
1976
1977 function get_set__get (mom, unit) {
1978 return mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]();
1979 }
1980
1981 function get_set__set (mom, unit, value) {
1982 return mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value);

Callers 3

makeGetSetFunction · 0.85
getSetMonthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected