MCPcopy Create free account
hub / github.com/Shopify/goose / StringList

Method StringList

profiler/ui.go:150–152  ·  view source on GitHub ↗
(s, d, _ string)

Source from the content-addressed store, hash-verified

148}
149
150func (f inlineFlagset) StringList(s, d, _ string) *[]*string {
151 return &[]*string{}
152}
153
154func (f inlineFlagset) Parse(func()) []string {
155 return f.args

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected