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

Method GetMembers

internal/database/org_team.go:83–85  ·  view source on GitHub ↗

GetMembers returns all members in team of organization.

()

Source from the content-addressed store, hash-verified

81
82// GetMembers returns all members in team of organization.
83func (t *Team) GetMembers() (err error) {
84 return t.getMembers(x)
85}
86
87// AddMember adds new membership of the team to the organization,
88// the user will have membership to the organization automatically when needed.

Callers

nothing calls this directly

Calls 1

getMembersMethod · 0.95

Tested by

no test coverage detected