MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / create

Method create

mlspp/src/session.cpp:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114PendingJoin
115PendingJoin::Inner::create(CipherSuite suite,
116 SignaturePrivateKey sig_priv,
117 Credential cred)
118{
119 auto inner =
120 std::make_unique<Inner>(suite, std::move(sig_priv), std::move(cred));
121 return { inner.release() };
122}
123
124PendingJoin::PendingJoin(PendingJoin&& other) noexcept = default;
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected