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

Method GetInt

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

Source from the content-addressed store, hash-verified

243 IsKeySet(key string) bool
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)

Callers 12

GetIntMethod · 0.65
handleRecvMethod · 0.65
handleQuoteMethod · 0.65
ConnectMethod · 0.65
handleJoinPartMethod · 0.65
handleOtherMethod · 0.65
NewFunction · 0.65
ConnectMethod · 0.65
getClientMethod · 0.65
NewFunction · 0.65
GetIntMethod · 0.65
GetIntMethod · 0.65

Implementers 1

configbridge/config/config.go

Calls

no outgoing calls

Tested by

no test coverage detected