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

Method toBool

src/pystack/_pystack/pytypes.cpp:623–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623bool
624Object::toBool() const
625{
626 if (toInteger() > 0) {
627 return true;
628 }
629 return false;
630}
631
632Object::ObjectType
633Object::objectType() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected