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

Function toArray

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

Source from the content-addressed store, hash-verified

4217 }
4218
4219 function toArray() {
4220 var m = this;
4221 return [
4222 m.year(),
4223 m.month(),
4224 m.date(),
4225 m.hour(),
4226 m.minute(),
4227 m.second(),
4228 m.millisecond(),
4229 ];
4230 }
4231
4232 function toObject() {
4233 var m = this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected