MCPcopy Create free account
hub / github.com/alibaba/open-code-review / BoolVar

Method BoolVar

cmd/opencodereview/flags.go:49–51  ·  view source on GitHub ↗
(p *bool, name string, value bool, usage string)

Source from the content-addressed store, hash-verified

47}
48
49func (a *ocrFlagSet) BoolVar(p *bool, name string, value bool, usage string) {
50 a.fs.BoolVar(p, name, value, usage)
51}
52
53func (a *ocrFlagSet) IntVar(p *int, name string, value int, usage string) {
54 a.fs.IntVar(p, name, value, usage)

Callers 4

runSessionListFunction · 0.80
runSessionShowFunction · 0.80
BoolVarPMethod · 0.80
parseScanFlagsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected