MCPcopy Create free account
hub / github.com/apache/arrow / string_literal

Method string_literal

cpp/gdb_arrow.py:358–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

356 return self.val.lazy_string().value()
357
358 def string_literal(self):
359 # XXX use lazy_string() as well?
360 return string_literal(self.val)
361
362 def string(self):
363 return self.val.string()

Callers 7

_format_detailMethod · 0.95
to_stringMethod · 0.45
childrenMethod · 0.45
to_stringMethod · 0.45
_format_errorMethod · 0.45
childrenMethod · 0.45
childrenMethod · 0.45

Calls 1

string_literalFunction · 0.85

Tested by

no test coverage detected