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

Method IsLambda

IDEHelper/DbgModule.cpp:830–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830bool DbgSubprogram::IsLambda()
831{
832 if (mName == NULL)
833 return false;
834 return StringView(mName).Contains('$');
835}
836
837int DbgSubprogram::GetByteCount()
838{

Callers 1

HotReplaceMethodsMethod · 0.80

Calls 2

StringViewClass · 0.85
ContainsMethod · 0.45

Tested by

no test coverage detected