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

Method hasFlags

src/pystack/_pystack/pytypes.cpp:549–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549bool
550Object::hasFlags(unsigned long flags) const
551{
552 return flags & d_flags;
553}
554
555remote_addr_t
556Object::typeAddr() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected