Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_detail
Method · 0.95
to_string
Method · 0.45
children
Method · 0.45
to_string
Method · 0.45
_format_error
Method · 0.45
children
Method · 0.45
children
Method · 0.45
Calls
1
string_literal
Function · 0.85
Tested by
no test coverage detected