Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
525
template <typename Iter> void copy(const std::string &s, Iter oi) {
526
std::copy(s.begin(), s.end(), oi);
527
}
528
529
template <typename Iter> struct serialize_str_char {
530
Iter oi;
Callers
6
productParams
Function · 0.85
getErrorPath
Method · 0.85
parseFromArgs
Method · 0.85
CodeEditor
Method · 0.85
operator()
Method · 0.85
_serialize
Method · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected