Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
830
bool DbgSubprogram::IsLambda()
831
{
832
if (mName == NULL)
833
return false;
834
return StringView(mName).Contains(
'$'
);
835
}
836
837
int DbgSubprogram::GetByteCount()
838
{
Callers
1
HotReplaceMethods
Method · 0.80
Calls
2
StringView
Class · 0.85
Contains
Method · 0.45
Tested by
no test coverage detected