MCPcopy 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
139func OrgAssignment(args ...bool) macaron.Handler {
140 return func(c *Context) {
141 HandleOrgAssignment(c, args...)
142 }
143}

Callers 1

runWebFunction · 0.92

Calls 1

HandleOrgAssignmentFunction · 0.85

Tested by

no test coverage detected