MCPcopy Create free account
hub / github.com/git-bug/git-bug / Bytes

Method Bytes

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

Bytes returns what have been written in the output before, as []byte. This only works in test scenario.

()

Source from the content-addressed store, hash-verified

71 // Bytes returns what have been written in the output before, as []byte.
72 // This only works in test scenario.
73 Bytes() []byte
74 // Reset clear what has been recorded as written in the output before.
75 // This only works in test scenario.
76 Reset()

Callers 10

writeMethod · 0.65
UpdateIssueTitleMethod · 0.65
UpdateIssueBodyMethod · 0.65
UpdateLabelsMethod · 0.65
DoTransitionMethod · 0.65
FromFileFunction · 0.65
StoreTreeMethod · 0.65
storePrivateMethod · 0.65
TestGitFileHandlersFunction · 0.65
ExecMethod · 0.65

Implementers 1

outcommands/execenv/env.go

Calls

no outgoing calls

Tested by 1

TestGitFileHandlersFunction · 0.52