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

Method commit

mlspp/src/session.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280std::tuple<bytes, bytes>
281Session::commit(const bytes& proposal)
282{
283 return commit(std::vector<bytes>{ proposal });
284}
285
286std::tuple<bytes, bytes>
287Session::commit(const std::vector<bytes>& proposals)

Callers

nothing calls this directly

Calls 6

import_handshakeMethod · 0.80
fresh_secretMethod · 0.80
insertMethod · 0.80
marshalFunction · 0.50
handleMethod · 0.45

Tested by

no test coverage detected