Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chimurai/http-proxy-middleware
/ getFunctionName
Function
getFunctionName
src/utils/function.ts:3–5 ·
view source on GitHub ↗
(fn: Function)
Source
from the content-addressed store, hash-verified
1
/* eslint-disable @typescript-eslint/no-unsafe-
function
-
type
*/
2
3
export
function
getFunctionName(fn: Function): string {
4
return
fn.name ||
'[anonymous Function]'
;
5
}
Callers
4
function.spec.ts
File · 0.85
registerPlugins
Method · 0.85
responseInterceptor
Function · 0.85
proxy-events.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected