()
| 177 | } |
| 178 | |
| 179 | func (p *ProjectTreeRequest) Projects() []tspath.Path { |
| 180 | if p.referencedProjects == nil { |
| 181 | return nil |
| 182 | } |
| 183 | return slices.Collect(maps.Keys(p.referencedProjects.Keys())) |
| 184 | } |
| 185 | |
| 186 | type ResourceRequest struct { |
| 187 | // Documents are URIs that were requested by the client. |