Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ OrgAssignment
Function
OrgAssignment
internal/context/org.go:139–143 ·
view source on GitHub ↗
(args ...bool)
Source
from the content-addressed store, hash-verified
137
}
138
139
func
OrgAssignment(args ...bool) macaron.Handler {
140
return
func
(c *Context) {
141
HandleOrgAssignment(c, args...)
142
}
143
}
Callers
1
runWeb
Function · 0.92
Calls
1
HandleOrgAssignment
Function · 0.85
Tested by
no test coverage detected