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

Method String

internal/safeurl/safeurl.go:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31// around and rendered without exposing how it was built.
32type SafeURL interface {
33 String() string
34
35 // The sealed method keeps the set of implementations closed to this package,
36 // so callers outside it cannot forge a value that claims to be safe.

Callers 15

GetCachesFunction · 0.95
getAttestationsMethod · 0.95
getVariablesFunction · 0.95
LoadNotificationsMethod · 0.95
LoadEventsMethod · 0.95
getSecretsFunction · 0.95
ListArtifactsFunction · 0.95
GetRunsFunction · 0.95
GetJobsFunction · 0.95
GetOrgMemberCodespaceMethod · 0.95
ListDevContainersMethod · 0.95
TestParseRemotesFunction · 0.65

Implementers 2

MutableSafeURLinternal/safeurl/safeurl.go
ImmutableSafeURLinternal/safeurl/safeurl.go

Calls

no outgoing calls

Tested by 15

TestParseRemotesFunction · 0.52
TestCommitsHelperProcessFunction · 0.52
Test_parseBranchConfigFunction · 0.52
TestRecordTelemetryFunction · 0.52
Test_exportFormat_WriteFunction · 0.52
TestStructExportDataFunction · 0.52
WaitForOutputMethod · 0.52
OutputMethod · 0.52
StringMethod · 0.52
TestCodeExportDataFunction · 0.52
TestCommitExportDataFunction · 0.52
TestRepositoryExportDataFunction · 0.52