MCPcopy 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

HandleParamsMethod · 0.45
GenerateMethod · 0.45

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected