| 17 | } |
| 18 | |
| 19 | void TLSRendezvousMgr::RecvLocalAsync(int64 step_id, |
| 20 | const Rendezvous::ParsedKey& parsed, |
| 21 | Rendezvous::DoneCallback done) { |
| 22 | GetImpl()->RecvLocalAsync(step_id, parsed, done); |
| 23 | } |
| 24 | |
| 25 | Status TLSRendezvousMgr::RecvLocal(int64 step_id, |
| 26 | const Rendezvous::ParsedKey& parsed, |
no outgoing calls
no test coverage detected