Atlas › Test
all_nil
Exact test identity: go.temporal.io/server/common/priorities/TestMerge/all_nil
- Package
go.temporal.io/server/common/priorities
- Suite / test hierarchy
TestMerge/all_nil
- Test
all_nil
- Introduced at
- priority_util.go ×1 Frontier kind: Joint frontier
- Covered ranges
- 3
- Covered lines
- 4
- Covered files
- 1
Co-introduced tests
1 other test enter at the same concept.
Covered source
Expand a file to inspect source; the > gutter marks covered lines.
go.temporal.io/server/common/priorities/priority_util.go 4 covered LOC · 3 ranges
Open complete file
21
base *commonpb.Priority,
22
override *commonpb.Priority,
24
>
if base == nil {
27
return base
28
}