MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / Append

Method Append

src/server/angelscript/angelscript/source/as_outputbuffer.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void asCOutputBuffer::Append(asCOutputBuffer &in)
81{
82 for( asUINT n = 0; n < in.messages.GetLength(); n++ )
83 messages.PushLast(in.messages[n]);
84 in.messages.SetLength(0);
85}
86
87void asCOutputBuffer::SendToCallback(asCScriptEngine *engine, asSSystemFunctionInterface *func, void *obj)
88{

Callers 1

Calls 3

PushLastMethod · 0.80
GetLengthMethod · 0.45
SetLengthMethod · 0.45

Tested by

no test coverage detected