| 140 | } |
| 141 | |
| 142 | Session |
| 143 | PendingJoin::complete(const bytes& welcome) const |
| 144 | { |
| 145 | return Session::Inner::join(inner->init_priv, |
| 146 | inner->leaf_priv, |
| 147 | inner->sig_priv, |
| 148 | inner->key_package, |
| 149 | welcome); |
| 150 | } |
| 151 | |
| 152 | /// |
| 153 | /// Session |
nothing calls this directly
no outgoing calls
no test coverage detected