pub fn find_server_entries(
entry: Vc<Box<dyn Module>>,
include_traced: bool,
) -> Vc<ServerEntries>
Expand description
For a given RSC entry, finds all server components (i.e. layout segments) and server utils that are referenced by the entry.