MCPcopy Create free account
hub / github.com/TodePond/ScreenPond / get

Function get

libraries/habitat-embed.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 const install = (global) => {
8 Reflect.defineProperty(global.Array.prototype, "last", {
9 get() {
10 return this[this.length - 1];
11 },
12 set(value) {
13 Reflect.defineProperty(this, "last", {
14 value,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected