MCPcopy Create free account
hub / github.com/GNOME/gjs / length

Method length

modules/script/byteArray.js:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 get length() {
63 return this._array.length;
64 }
65
66 set length(newLength) {
67 if (newLength === this._array.length)

Calls 1

setMethod · 0.80

Tested by

no test coverage detected