Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/darklynx/request-baskets
/ String
Method
String
config.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
type
arrayFlags []string
45
46
func
(v *arrayFlags) String() string {
47
return
strings.Join(*v,
","
)
48
}
49
50
func
(v *arrayFlags) Set(value string) error {
51
*v = append(*v, value)
Callers
15
TestArrayFlags
Function · 0.95
createDefaultBasket
Function · 0.80
TestWriteJSON
Function · 0.80
TestWriteJSON_Error
Function · 0.80
TestCreateBasket
Function · 0.80
TestCreateBasket_CustomConfig
Function · 0.80
TestCreateBasket_Forbidden
Function · 0.80
TestCreateBasket_InvalidName
Function · 0.80
TestCreateBasket_Conflict
Function · 0.80
TestCreateBasket_InvalidCapacity
Function · 0.80
TestCreateBasket_ExceedCapacityLimit
Function · 0.80
TestCreateBasket_InvalidForwardUrl
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestArrayFlags
Function · 0.76
TestWriteJSON
Function · 0.64
TestWriteJSON_Error
Function · 0.64
TestCreateBasket
Function · 0.64
TestCreateBasket_CustomConfig
Function · 0.64
TestCreateBasket_Forbidden
Function · 0.64
TestCreateBasket_InvalidName
Function · 0.64
TestCreateBasket_Conflict
Function · 0.64
TestCreateBasket_InvalidCapacity
Function · 0.64
TestCreateBasket_ExceedCapacityLimit
Function · 0.64
TestCreateBasket_InvalidForwardUrl
Function · 0.64
TestCreateBasket_BrokenJson
Function · 0.64