MCPcopy Index your code
hub / github.com/apache/devlake / GetConfigReader

Method GetConfigReader

backend/core/context/basic_res.go:29–29  ·  view source on GitHub ↗

config

()

Source from the content-addressed store, hash-verified

27type BasicRes interface {
28 // config
29 GetConfigReader() config.ConfigReader
30 GetConfig(name string) string
31 GetLogger() log.Logger
32 NestedLogger(name string) BasicRes

Callers 14

LoadPluginsFunction · 0.65
UpdateProgressDetailFunction · 0.65
NewApiClientFunction · 0.65
InitResourcesFunction · 0.65
GetConfigReaderMethod · 0.65
getJobCollectionConfigFunction · 0.65
PrepareTaskDataMethod · 0.65
CollectBoardFilterEndFunction · 0.65
CollectBoardFilterBeginFunction · 0.65
prepareSyncMethod · 0.65
PrepareTaskDataMethod · 0.65

Implementers 2

remoteContextImplbackend/server/services/remote/bridge/
DefaultBasicResbackend/impls/context/default_basic_re

Calls

no outgoing calls

Tested by

no test coverage detected