MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewOrgInvitationClient

Function NewOrgInvitationClient

app/controlplane/pkg/data/ent/client.go:1908–1910  ·  view source on GitHub ↗

NewOrgInvitationClient returns a client for the OrgInvitation from the given config.

(c config)

Source from the content-addressed store, hash-verified

1906
1907// NewOrgInvitationClient returns a client for the OrgInvitation from the given config.
1908func NewOrgInvitationClient(c config) *OrgInvitationClient {
1909 return &OrgInvitationClient{config: c}
1910}
1911
1912// Use adds a list of mutation hooks to the hooks stack.
1913// A call to `Use(f, g, h)` equals to `orginvitation.Hooks(f(g(h())))`.

Callers 7

QueryOrganizationMethod · 0.85
QuerySenderMethod · 0.85
UpdateMethod · 0.85
initMethod · 0.85
initMethod · 0.85
TxMethod · 0.85
BeginTxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected