Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ TestCommand_Walk_NilFn
Function
TestCommand_Walk_NilFn
command_test.go:6449–6452 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
6447
}
6448
6449
func
TestCommand_Walk_NilFn(t *testing.T) {
6450
cmd := &Command{Name:
"foo"
}
6451
assert.Nil(t, cmd.Walk(nil))
6452
}
Callers
nothing calls this directly
Calls
1
Walk
Method · 0.95
Tested by
no test coverage detected