MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getReturnBuffer

Function getReturnBuffer

Engine/source/console/compiledEval.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 ReturnBuffer retBuffer;
306
307 char *getReturnBuffer(U32 bufferSize)
308 {
309 return retBuffer.getBuffer(bufferSize);
310 }
311
312 char *getReturnBuffer(const char *stringToCopy)
313 {

Callers 15

VPath.cppFile · 0.85
ConsoleMethodFunction · 0.85
VController.cppFile · 0.85
sceneContainer.cppFile · 0.85
ConsoleGetTypeFunction · 0.85
arcaneFX.cppFile · 0.85
VPath.cppFile · 0.85
VController.cppFile · 0.85
scriptFilename.cppFile · 0.85
getPrefixedDataFieldMethod · 0.85

Calls 7

dStrlenFunction · 0.50
dMemcpyFunction · 0.50
getBufferMethod · 0.45
sizeMethod · 0.45
c_strMethod · 0.45
lengthMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected