MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / AppendMessage

Function AppendMessage

internal/cli/flags.go:566–573  ·  view source on GitHub ↗
(message string, newMessage string)

Source from the content-addressed store, hash-verified

564}
565
566func AppendMessage(message string, newMessage string) (ret string) {
567 if message != "" {
568 ret = message + "\n" + newMessage
569 } else {
570 ret = newMessage
571 }
572 return
573}

Callers 5

handleToolProcessingFunction · 0.85
CliFunction · 0.85
processYoutubeVideoFunction · 0.85
InitFunction · 0.85
AppendMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected