MCPcopy Create free account
hub / github.com/Samsung/UTopia / generateMeshArrayRelation

Method generateMeshArrayRelation

lib/generation/FuzzInput.cpp:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391NoInputPtr FuzzNoInputFactory::generateMeshArrayRelation(
392 std::shared_ptr<const Definition> Def) const {
393
394 return std::make_shared<FuzzNoInput>(FuzzNoInput::Type_MeshArrayRelation,
395 Def);
396}
397
398InputPtr
399FuzzInputFactory::generate(std::shared_ptr<const Definition> &Def) const {

Callers 1

applyArrayPoliciesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected