Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ toString
Method
toString
src/value.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
std::string Value::toString() const {
73
std::ostringstream os;
74
write(os);
75
ok_ = !os.fail();
76
return os.str();
77
}
78
79
std::string Value::toString(size_t /*n*/) const {
80
return toString();
Callers
nothing calls this directly
Calls
3
toString
Function · 0.85
write
Function · 0.50
end
Method · 0.45
Tested by
no test coverage detected