MCPcopy Create free account
hub / github.com/btholt/algorithms-exercises / serialize

Method serialize

specs/arrays/arraylist.solution.test.js:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 this.length--;
49 }
50 serialize() {
51 return this.data;
52 }
53}
54
55// unit tests

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected