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

Method clone

tools/metadata/metadata.go:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (o *operation) clone() *operation {
55 return &operation{
56 Name: o.Name,
57 DocumentationURL: o.DocumentationURL,
58 OpenAPIFiles: append([]string{}, o.OpenAPIFiles...),
59 }
60}
61
62func operationsEqual(a, b []*operation) bool {
63 if len(a) != len(b) {

Callers 2

resolveMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected