MCPcopy Create free account
hub / github.com/aclements/libelfin / as_string

Method as_string

dwarf/value.cc:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void
220value::as_string(string &buf) const
221{
222 size_t size;
223 const char *p = as_cstr(&size);
224 buf.resize(size);
225 memmove(&buf.front(), p, size);
226}
227
228string
229value::as_string() const

Callers 1

to_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected