Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ reviewCmd
Struct
reviewCmd
dev/devcam/review.go:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
)
38
39
type
reviewCmd
struct
{
40
releaseBranch string
41
}
42
43
func
init() {
44
cmdmain.RegisterMode(
"review"
,
func
(flags *flag.FlagSet) cmdmain.CommandRunner {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected