MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / copy

Function copy

externals/picojson/picojson.h:525–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525template <typename Iter> void copy(const std::string &s, Iter oi) {
526 std::copy(s.begin(), s.end(), oi);
527}
528
529template <typename Iter> struct serialize_str_char {
530 Iter oi;

Callers 6

productParamsFunction · 0.85
getErrorPathMethod · 0.85
parseFromArgsMethod · 0.85
CodeEditorMethod · 0.85
operator()Method · 0.85
_serializeMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected