MCPcopy
hub / github.com/42wim/matterbridge / GetString

Method GetString

bridge/config/config.go:246–246  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

244 GetBool(key string) (bool, bool)
245 GetInt(key string) (int, bool)
246 GetString(key string) (string, bool)
247 GetStringSlice(key string) ([]string, bool)
248 GetStringSlice2D(key string) ([][]string, bool)
249}

Callers 15

GetStringMethod · 0.65
NewFunction · 0.65
ConnectMethod · 0.65
TGGetParseModeFunction · 0.65
SendMethod · 0.65
handleUpdateMethod · 0.65
maybeConvertTgsMethod · 0.65
handleEditMethod · 0.65
handleUploadFileMethod · 0.65
handleQuoteMethod · 0.65
ConnectMethod · 0.65
ConnectMethod · 0.65

Implementers 1

configbridge/config/config.go

Calls

no outgoing calls

Tested by

no test coverage detected