MCPcopy
hub / github.com/danielmiessler/Fabric / WriteOutput

Method WriteOutput

internal/cli/flags.go:558–564  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

556}
557
558func (o *Flags) WriteOutput(message string) (err error) {
559 fmt.Println(message)
560 if o.Output != "" {
561 err = CreateOutputFile(message, o.Output)
562 }
563 return
564}
565
566func AppendMessage(message string, newMessage string) (ret string) {
567 if message != "" {

Callers 1

handleToolProcessingFunction · 0.80

Calls 1

CreateOutputFileFunction · 0.85

Tested by

no test coverage detected