Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
trim
Function · 0.85
push
Method · 0.80
Tested by
no test coverage detected