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

Class FuzzInputFactory

include/ftg/generation/FuzzInput.h:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170};
171
172class FuzzInputFactory {
173
174public:
175 FuzzInputFactory() = default;
176 std::shared_ptr<FuzzInput>
177 generate(std::shared_ptr<const Definition> &Def) const;
178};
179
180} // end namespace ftg
181

Callers 2

FuzzInput.cppFile · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68