Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ HasStructRet
Method
HasStructRet
IDEHelper/Backend/BeModule.h:610–613 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
608
}
609
610
bool HasStructRet()
611
{
612
return (!mParams.IsEmpty()) && (mParams[0].mStructRet);
613
}
614
615
virtual void HashContent(BeHashContext& hashCtx) override;
616
};
Callers
2
HandleParams
Method · 0.45
Generate
Method · 0.45
Calls
1
IsEmpty
Method · 0.45
Tested by
no test coverage detected