MCPcopy Create free account
hub / github.com/bytedance/bolt / addInputToInputCorpus

Function addInputToInputCorpus

bolt/vector/fuzzer/VectorFuzzer.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116template <typename T>
117void addInputToInputCorpus(std::set<T>& inputCorpus, const T& newInput) {
118 inputCorpus.insert(newInput);
119}
120
121// Generate random values for the different supported types.
122template <typename T>

Callers 1

fuzzFlatPrimitiveImplFunction · 0.85

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected