MCPcopy Index your code
hub / github.com/google/go-github / ListCodesOfConduct

Method ListCodesOfConduct

github/codesofconduct.go:53–55  ·  view source on GitHub ↗

ListCodesOfConduct returns all codes of conduct. Deprecated: Use CodesOfConductService.List instead.

(ctx context.Context)

Source from the content-addressed store, hash-verified

51//
52// Deprecated: Use CodesOfConductService.List instead.
53func (c *Client) ListCodesOfConduct(ctx context.Context) ([]*CodeOfConduct, *Response, error) {
54 return c.CodesOfConduct.List(ctx)
55}
56
57// Get returns an individual code of conduct.
58//

Callers 1

Calls 1

ListMethod · 0.45

Tested by 1