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

Method Structure

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

Source from the content-addressed store, hash-verified

14 // Constructors
15 Structure(std::shared_ptr<const AbstractProcessManager> manager, remote_addr_t addr);
16 Structure(const Structure&) = delete;
17 Structure& operator=(const Structure&) = delete;
18
19 // Methods

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected