ProcessRootID retrieves a unique identifier for the current process
()
| 329 | |
| 330 | // ProcessRootID retrieves a unique identifier for the current process |
| 331 | func ProcessRootID() string { |
| 332 | return processRootID |
| 333 | } |
| 334 | |
| 335 | // SetProcessRootID passes a UUID for the current process |
| 336 | func SetProcessRootID(id string) { |
no outgoing calls
no test coverage detected
searching dependent graphs…