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

Method Value

src/pystack/_pystack/pytypes.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 return limitOutput(std::to_string(Value()), max_size);
234}
235long long int
236LongObject::Value() const
237{
238 return d_value;
239}
240bool
241LongObject::Overflowed() const
242{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected