MCPcopy Create free account
hub / github.com/HexHive/NASS / AppendToFile

Function AppendToFile

fuzz/libfuzzer/FuzzerIO.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void AppendToFile(const std::string &Data, const std::string &Path) {
89 AppendToFile(reinterpret_cast<const uint8_t *>(Data.data()), Data.size(),
90 Path);
91}
92
93void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path) {
94 FILE *Out = fopen(Path.c_str(), "a");

Callers 1

Calls 3

dataMethod · 0.45
sizeMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected