MCPcopy Create free account
hub / github.com/libgit2/git2go / RemoteIsValidName

Function RemoteIsValidName

deprecated.go:251–254  ·  view source on GitHub ↗

remote.go Deprecated: RemoteIsValidName is a deprecated alias of RemoteNameIsValid.

(name string)

Source from the content-addressed store, hash-verified

249
250// Deprecated: RemoteIsValidName is a deprecated alias of RemoteNameIsValid.
251func RemoteIsValidName(name string) bool {
252 valid, _ := RemoteNameIsValid(name)
253 return valid
254}
255
256// tree.go
257

Callers

nothing calls this directly

Calls 1

RemoteNameIsValidFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…