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

Method GenericObject

src/pystack/_pystack/pytypes.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481GenericObject::GenericObject(remote_addr_t addr, std::string classname)
482: d_addr(addr)
483, d_classname(std::move(classname))
484{
485}
486
487std::string
488GenericObject::toString(ssize_t max_size) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected