MCPcopy Index your code
hub / github.com/git-bug/git-bug / Raw

Method Raw

commands/execenv/env.go:66–66  ·  view source on GitHub ↗

Raw return the underlying io.Writer, or itself if not. This is useful if something need to access the raw file descriptor.

()

Source from the content-addressed store, hash-verified

64 // Raw return the underlying io.Writer, or itself if not.
65 // This is useful if something need to access the raw file descriptor.
66 Raw() io.Writer
67
68 // String returns what have been written in the output before, as a string.
69 // This only works in test scenario.

Callers 1

CacheBuildProgressBarFunction · 0.65

Implementers 1

outcommands/execenv/env.go

Calls

no outgoing calls

Tested by

no test coverage detected