Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/4ian/GDevelop
/ _pushVariable
Method
_pushVariable
GDevelop.js/TestUtils/GDJSMocks.js:317–319 ·
view source on GitHub ↗
* @param {Variable} variable
(variable)
Source
from the content-addressed store, hash-verified
315
* @param {Variable} variable
316
*/
317
_pushVariable(variable) {
318
this._childrenArray.push(variable);
319
}
320
321
/**
322
*
Callers
1
setupVariableFromVariableData
Method · 0.45
Calls
1
push
Method · 0.65
Tested by
no test coverage detected