Does Cloudflare Pages Advanced Mode (Functions) access _worker.js folder?

Advanced mode allows you to develop your Pages Functions with a _worker.js file rather than the /functions directory.
https://developers.cloudflare.com/pages/functions/advanced-mode/

Is a _worker.js folder with index.js is accessible?
Cloudflare Docs
Advanced mode
Was this page helpful?