Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
func
(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
TestString
Function · 0.95
startAFS
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestString
Function · 0.76