Scenic.Scene.fetch_requests

You're seeing just the function fetch_requests, go back to Scenic.Scene module for more information.

Specs

fetch_requests(scene :: t()) ::
  {:ok, [Scenic.ViewPort.Input.class()]} | {:error, atom()}

Fetch a list of input requested by the given scene.

This is intended be called by a Scene process, but doesn't need to be.