MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / ValidateExpressID

Function ValidateExpressID

src/cpp/wasm/web-ifc-wasm.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405bool ValidateExpressID(uint32_t modelID, uint32_t expressId)
406{
407 return manager.IsModelOpen(modelID) ? manager.GetIfcLoader(modelID)->IsValidExpressID(expressId) : false;
408}
409
410uint32_t GetNextExpressID(uint32_t modelID, uint32_t expressId)
411{

Callers

nothing calls this directly

Calls 3

IsValidExpressIDMethod · 0.80
GetIfcLoaderMethod · 0.80
IsModelOpenMethod · 0.45

Tested by

no test coverage detected