lib: add util.getCallSite() API by RafaelGSS · Pull Request #54380 · nodejs/node
This pull request introduces a new API method, util.getCallSite(), which provides a way to capture and inspect the call stack within a Node.js application. The method returns an array of CallSite o...