MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / writeID

Method writeID

tools/mcconfig.js:915–918  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

913 this.line(" */,");
914 }
915 writeID(id) {
916 id = id.toString();
917 this.write("000000000000000000000000".slice(0, -id.length) + id);
918 }
919}
920
921export default class extends Tool {

Calls 3

writeMethod · 0.65
sliceMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected