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

Method PrintValue

IDEHelper/Backend/BeModule.cpp:2631–2642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2629}
2630
2631void BeModule::PrintValue(BeValue* val)
2632{
2633 BeDumpContext dumpCtx;
2634 String str;
2635 dumpCtx.ToString(str, val);
2636 str += "\n";
2637 OutputDebugStr(str);
2638
2639 auto type = val->GetType();
2640 if (type != NULL)
2641 bpt(type);
2642}
2643
2644void BeModule::DoInlining(BeFunction* func)
2645{

Callers

nothing calls this directly

Calls 3

bptFunction · 0.85
ToStringMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected