Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ String
Method
String
cmd/lint/lint.go:162–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
type
arrayFlag []string
161
162
func
(i *arrayFlag) String() string {
163
return
fmt.Sprintf(
"%v"
, []string(*i))
164
}
165
166
func
(i *arrayFlag) Set(value string) error {
167
*i = append(*i, value)
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected