MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / toString

Method toString

lib/component/agent/structs/reference.js:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25 /** */
26 toString() {
27 return this.isNull() ? "null" : `->${this.value}`;
28 }
29
30 /** Creates a reference to the specified value. */
31 static to(value, type) {

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.80

Tested by

no test coverage detected