MCPcopy Create free account
hub / github.com/cuberite/cuberite / CopyFrom

Method CopyFrom

src/BlockArea.cpp:510–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508
509
510void cBlockArea::CopyFrom(const cBlockArea & a_From)
511{
512 a_From.CopyTo(*this);
513}
514
515
516

Callers 1

HandleFireworksMethod · 0.45

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected