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

Function bpv

IDEHelper/Backend/BeModule.cpp:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void bpv(Beefy::BeValue* val)
34{
35 BeDumpContext dumpCtx;
36 String str;
37 dumpCtx.ToString(str, val);
38 str += "\n";
39 OutputDebugStr(str);
40
41 auto type = val->GetType();
42 if (type != NULL)
43 bpt(type);
44}
45
46//////////////////////////////////////////////////////////////////////////
47

Callers

nothing calls this directly

Calls 3

bptFunction · 0.85
ToStringMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected