MCPcopy Create free account
hub / github.com/gogs/gogs / PID

Method PID

internal/process/manager.go:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (c *pidCounter) PID() int64 {
34 c.pid++
35 return c.pid
36}
37
38var (
39 counter = new(pidCounter)

Callers 1

AddFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected