MCPcopy
hub / github.com/apache/devlake / Get

Method Get

backend/core/config/config.go:24–24  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

22// ConfigReader defined a serial of interfaces
23type ConfigReader interface {
24 Get(key string) interface{}
25 GetBool(name string) bool
26 GetFloat64(key string) float64
27 GetInt(key string) int

Callers 15

TestWalkFieldsFunction · 0.65
sanitizeQueryFunction · 0.65
MakeDbConnectionFunction · 0.65
LoadRemotePluginsFunction · 0.65
TestCrdbErrorImplFunction · 0.65
ProxyMethod · 0.65
ProxyApiGetMethod · 0.65
GetRemoteScopesOutputMethod · 0.65
GetScopesFromRemoteMethod · 0.65
newMockBasicResFunction · 0.65
GetScopeDetailMethod · 0.65

Calls

no outgoing calls

Tested by 15

TestWalkFieldsFunction · 0.52
TestCrdbErrorImplFunction · 0.52
newMockBasicResFunction · 0.52
TestSubtaskStateManagerFunction · 0.52
TestTransformTableFunction · 0.52
TestCopyTableColumnsFunction · 0.52
TestTransformColumnsFunction · 0.52
TestChangeColumnsTypeFunction · 0.52