Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrowthEase/GameSentry
/ toString
Method
toString
lib/component/agent/structs/array.js:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
68
/** */
69
toString() {
70
return
this.isNull() ?
"null"
: `[${this.elements.read(this.length, 0)}]`;
71
}
72
73
/** Iterable. */
74
* [Symbol.iterator]() {
Callers
nothing calls this directly
Calls
2
isNull
Method · 0.80
read
Method · 0.80
Tested by
no test coverage detected