Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrowthEase/GameSentry
/ toString
Method
toString
lib/component/agent/structs/string.js:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
/** */
29
toString() {
30
return
this.isNull() ?
"null"
: `
"${this.content}"
`;
31
}
32
33
/** Creates a
new
string with the specified content. */
34
static from(content) {
Callers
nothing calls this directly
Calls
1
isNull
Method · 0.80
Tested by
no test coverage detected