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

Function ExpectOpen

BeefySysLib/gfx/glTF.cpp:339–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337};
338
339static bool ExpectOpen(GLTFPropsParser& propsParser)
340{
341 if (propsParser.GetNext().mKind != GLTFPropsParser::NodeKind_LBrace)
342 return false;
343 return true;
344};
345
346static bool ExpectClose(GLTFPropsParser& propsParser)
347{

Callers 2

ParseMaterialDefMethod · 0.85
LoadModelPropsMethod · 0.85

Calls 1

GetNextMethod · 0.45

Tested by

no test coverage detected