Closed
Description
There are two internal functions defined inline named foo()
:
Line 112 in 0f34f01
Line 195 in 0f34f01
These functions should be updated:
- Rename them to use a meaningful function name. See foo in Google's developer documentation style guide.
- Define them outside the export function. This is because currently they are only accessible within the parent function, and it is being redefined again every time the parent function is called, which is suboptimal for performance.
Metadata
Metadata
Assignees
Labels
No labels