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

Function ExpectClose

BeefySysLib/gfx/glTF.cpp:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344};
345
346static bool ExpectClose(GLTFPropsParser& propsParser)
347{
348 if (propsParser.GetNext().mKind != GLTFPropsParser::NodeKind_RBrace)
349 return false;
350 return true;
351};
352
353static bool ExpectEquals(GLTFPropsParser& propsParser)
354{

Callers 1

ParseMaterialDefMethod · 0.85

Calls 1

GetNextMethod · 0.45

Tested by

no test coverage detected