MCPcopy
hub / github.com/livebud/bud / Flags

Method Flags

framework/framework.go:14–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (f *Flag) Flags() []string {
15 return []string{
16 "--embed=" + strconv.FormatBool(f.Embed),
17 "--minify=" + strconv.FormatBool(f.Minify),
18 "--hot=" + strconv.FormatBool(f.Hot),
19 }
20}

Callers 2

TestStringFunction · 0.95
startAFSMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestStringFunction · 0.76