Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/austingebauer/go-leetcode
/ args
Struct
args
graph_valid_tree_261/solution_test.go:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
func
TestValidTree(t *testing.T) {
9
type
args
struct
{
10
n int
11
edges [][]int
12
}
13
tests := []
struct
{
14
name string
15
args args
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected