Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1buran/rHttp
/ WarningMessage
Method
WarningMessage
config.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(c *Config) WarningMessage() string {
43
return
strings.Join(c.Warnings,
", "
)
44
}
45
46
// Add error.
47
func
(c *Config) AddWarn(warn string) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected