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

Method Structure

src/pystack/_pystack/structure.h:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38template<typename OffsetsStruct>
39inline Structure<OffsetsStruct>::Structure(
40 std::shared_ptr<const AbstractProcessManager> manager,
41 remote_addr_t addr)
42: d_manager(manager)
43, d_addr(addr)
44, d_size(d_manager->offsets().get<OffsetsStruct>().size)
45, d_buf{}
46{
47}
48
49template<typename OffsetsStruct>
50inline void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected