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

Method typeAddr

src/pystack/_pystack/pytypes.cpp:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555remote_addr_t
556Object::typeAddr() const
557{
558 return d_type_addr;
559}
560
561// Helpers for making overloaded lambdas in the variant visitor in Object::toString
562template<class... Ts>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected