MCPcopy
hub / github.com/4ian/GDevelop / setString

Method setString

GDevelop.js/TestUtils/GDJSMocks.js:271–273  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

269 }
270
271 setString(value) {
272 this._value = value;
273 }
274
275 getAsString() {
276 return '' + this._value || '';

Calls

no outgoing calls

Tested by

no test coverage detected