SetProcessRootID passes a UUID for the current process
(id string)
| 334 | |
| 335 | // SetProcessRootID passes a UUID for the current process |
| 336 | func SetProcessRootID(id string) { |
| 337 | processRootID = id |
| 338 | } |
| 339 | |
| 340 | // ProcessStartTags returns a list of tags to be used for identifying processes |
| 341 | func ProcessStartTags() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…