MCPcopy
hub / github.com/TarsCloud/TarsGo / GetClientConfig

Function GetClientConfig

tars/config.go:104–106  ·  view source on GitHub ↗

GetClientConfig Get client config

()

Source from the content-addressed store, hash-verified

102
103// GetClientConfig Get client config
104func GetClientConfig() *clientConfig {
105 return defaultApp.ClientConfig()
106}
107
108func (c *clientConfig) ValidateStat() error {
109 if c.Stat == "" || (c.LocatorEmpty() && !strings.Contains(c.Stat, "@")) {

Callers 4

injectMethod · 0.92
ReportStatFromClientFunction · 0.85
initProReportFunction · 0.85
ReportToServerMethod · 0.85

Calls 1

ClientConfigMethod · 0.80

Tested by

no test coverage detected