Mention how you can inspect the source code of a function?
Answer Posted / Nitish
In MongoDB shell, you can use `db.runCommand({ listFunctions: 1 })` to display all functions in the current database and their source code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers