MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / create

Method create

src/ExtMsg.actor.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 template <class ExtMsgType>
63 struct Factory {
64 static ExtMsg* create(ExtMsgHeader* header, const uint8_t* body) {
65 return (ExtMsg*)(new ExtMsgType(header, body));
66 }
67 };
68};
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected