MCPcopy Create free account
hub / github.com/bloomberg/pystack / toString

Method toString

src/pystack/_pystack/pytypes.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105std::string
106TupleObject::toString(ssize_t max_size) const
107{
108 const ssize_t remaining_size = max_size - 2; // Make room for the '(' and the ')'
109 return "(" + formatSequence(Items(), d_manager, remaining_size) + ")";
110}
111
112const std::vector<remote_addr_t>&
113TupleObject::Items() const

Callers 2

resolveLocalVariablesMethod · 0.80
formatSequenceFunction · 0.80

Calls 6

formatSequenceFunction · 0.85
limitOutputFunction · 0.85
LOGClass · 0.85
ObjectClass · 0.85
joinFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected