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

Function value

libraries/habitat-embed.js:41–44  ·  view source on GitHub ↗
(position)

Source from the content-addressed store, hash-verified

39
40 Reflect.defineProperty(global.Array.prototype, "at", {
41 value(position) {
42 if (position >= 0) return this[position];
43 return this[this.length + position];
44 },
45 configurable: true,
46 enumerable: false,
47 writable: true,

Callers

nothing calls this directly

Calls 2

trimFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected