MCPcopy Create free account
hub / github.com/EBWi11/AgentSmith-HUB / formatMapToReadableString

Function formatMapToReadableString

config/plugin/pushMsgToTelegram.go:13–16  ·  view source on GitHub ↗
(data map[string]interface{})

Source from the content-addressed store, hash-verified

11)
12
13func formatMapToReadableString(data map[string]interface{}) string {
14 b, _ := json.MarshalIndent(data, "", " ")
15 return string(b)
16}
17
18// Eval sends a message via Telegram bot.
19// Param1: BotToken

Callers 1

EvalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected