MCPcopy Index your code
hub / github.com/bluekeyes/patch2pr / String

Method String

repository.go:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (r Repository) String() string {
15 if r.Owner == "" && r.Name == "" {
16 return ""
17 }
18 return fmt.Sprintf("%s/%s", r.Owner, r.Name)
19}
20
21// ParseRepository parses a Repository from a string in "owner/name" format.
22func ParseRepository(s string) (Repository, error) {

Callers 7

TestGraphQLApplierFunction · 0.45
base64ApplyFunction · 0.45
ErrorMethod · 0.45
TestApplierFunction · 0.45
getContentMethod · 0.45
getModeMethod · 0.45
makeInputMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestGraphQLApplierFunction · 0.36
TestApplierFunction · 0.36