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

Method Overflowed

src/pystack/_pystack/pytypes.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 return d_value;
239}
240bool
241LongObject::Overflowed() const
242{
243 return d_overflowed;
244}
245
246void
247getDictEntries(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected