| 312 | func TestNestedPreloadWithNestedJoin(t *testing.T) { |
| 313 | type ( |
| 314 | Preload struct { |
| 315 | ID uint |
| 316 | Value string |
| 317 | NestedID uint |
| 318 | } |
| 319 | Join struct { |
| 320 | ID uint |
| 321 | Value string |
nothing calls this directly
no outgoing calls
no test coverage detected