Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
549
bool
550
Object::hasFlags(unsigned long flags) const
551
{
552
return flags & d_flags;
553
}
554
555
remote_addr_t
556
Object::typeAddr() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected