Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
class FuzzInputFactory {
173
174
public:
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.cpp
File · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68