MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / InProgress

Class InProgress

src/ipc/buffer_assembler.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81 private:
82 struct InProgress {
83 BeginParams params;
84 std::vector<std::byte> bytes;
85 };
86 std::map<std::string, InProgress, std::less<>> in_progress_{};
87};
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected