MCPcopy Create free account
hub / github.com/beefytech/Beef / Init

Method Init

BeefySysLib/util/BeefPerf.cpp:554–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void BpRootCmdTarget::Init()
555{
556 BPCMD_PREPARE;
557
558 BPCMD_RESERVE(1);
559 BPCMD_MEMBER(uint8) = BpCmd_Init;
560 BPCMD_END();
561}
562
563void BpRootCmdTarget::Tick()
564{

Callers 1

BpInitFunction · 0.45

Calls 7

SetThreadNameMethod · 0.80
AddThreadMethod · 0.80
BfpSystem_CreateGUIDFunction · 0.50
IsEmptyMethod · 0.45
ClearMethod · 0.45
DisableMethod · 0.45

Tested by

no test coverage detected