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

Function NodeToString

IDEHelper/Compiler/BfReducer.cpp:11300–11303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11298}
11299
11300static String NodeToString(BfAstNode* node)
11301{
11302 return String(&node->GetSourceData()->mSrc[node->GetSrcStart()], node->GetSrcLength());
11303}
11304
11305BfInlineAsmStatement* BfReducer::CreateInlineAsmStatement(BfAstNode* asmNode)
11306{

Callers 1

Calls 4

StringClass · 0.85
GetSourceDataMethod · 0.80
GetSrcStartMethod · 0.45
GetSrcLengthMethod · 0.45

Tested by

no test coverage detected