MCPcopy Create free account
hub / github.com/pydio/cells / SetProcessRootID

Function SetProcessRootID

common/runtime/runtime.go:336–338  ·  view source on GitHub ↗

SetProcessRootID passes a UUID for the current process

(id string)

Source from the content-addressed store, hash-verified

334
335// SetProcessRootID passes a UUID for the current process
336func SetProcessRootID(id string) {
337 processRootID = id
338}
339
340// ProcessStartTags returns a list of tags to be used for identifying processes
341func ProcessStartTags() []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…