Retrieves the key of a function within a module that matches a given source pattern.
The type of the module object.
The module object to search within.
The pattern to match the function's source code.
The key of the matching function as a string, or undefined if no match is found.
undefined
Retrieves the key of a function within a module that matches a given source pattern.