MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / NewStringList

Function NewStringList

internal/waf/values/string_list.go:15–20  ·  view source on GitHub ↗
(caseInsensitive bool)

Source from the content-addressed store, hash-verified

13}
14
15func NewStringList(caseInsensitive bool) *StringList {
16 return &StringList{
17 ValueMap: map[string]zero.Zero{},
18 CaseInsensitive: caseInsensitive,
19 }
20}
21
22func ParseStringList(v string, caseInsensitive bool) *StringList {
23 var list = NewStringList(caseInsensitive)

Callers 1

ParseStringListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected