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

Method Raw

pkg/iostreams/untrusted.go:49–51  ·  view source on GitHub ↗

Raw returns the unsanitized content. It is the explicit, greppable opt-out for non-terminal uses (hashing, writing to disk, piping). Never pass the result to a terminal writer.

()

Source from the content-addressed store, hash-verified

47// for non-terminal uses (hashing, writing to disk, piping). Never pass the
48// result to a terminal writer.
49func (u Untrusted) Raw() string {
50 return u.raw
51}
52
53// Empty reports whether the content is empty, for callers that branch on
54// presence without needing the bytes.

Callers 10

viewRunFunction · 0.95
TestGetRawGistFileFunction · 0.80
editRunFunction · 0.80
fetchDescriptionsFunction · 0.80
installSkillFunction · 0.80
TestFetchBlobFunction · 0.80
fetchDescriptionFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestGetRawGistFileFunction · 0.64
TestFetchBlobFunction · 0.64