MCPcopy Create free account
hub / github.com/cli/cli / String

Method String

internal/safeurl/safeurl.go:127–129  ·  view source on GitHub ↗

String returns the wrapped URL verbatim.

()

Source from the content-addressed store, hash-verified

125
126// String returns the wrapped URL verbatim.
127func (u *ImmutableSafeURL) String() string {
128 return u.url
129}
130
131// joinPath builds a REST API URL path by percent-encoding each component with
132// url.PathEscape and joining them with single slash separators.

Callers 1

uploadAssetFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected