RUnlock unlocks reading from this process
()
| 198 | |
| 199 | // RUnlock unlocks reading from this process |
| 200 | func (p *Process) RUnlock() { |
| 201 | p.mu.RUnlock() |
| 202 | } |
| 203 | |
| 204 | //Serialize transforms a Process object to gRPC protocol object |
| 205 | func (p *Process) Serialize() *protocol.Process { |
no outgoing calls
no test coverage detected