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

Function ProcessRootID

common/runtime/runtime.go:331–333  ·  view source on GitHub ↗

ProcessRootID retrieves a unique identifier for the current process

()

Source from the content-addressed store, hash-verified

329
330// ProcessRootID retrieves a unique identifier for the current process
331func ProcessRootID() string {
332 return processRootID
333}
334
335// SetProcessRootID passes a UUID for the current process
336func SetProcessRootID(id string) {

Callers 2

InitHTTPPullServiceMethod · 0.92
InitHTTPPullServiceMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…