Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
func
(c *pidCounter) PID() int64 {
34
c.pid++
35
return
c.pid
36
}
37
38
var
(
39
counter = new(pidCounter)
Callers
1
Add
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected