MCPcopy 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
3export function getFunctionName(fn: Function): string {
4 return fn.name || '[anonymous Function]';
5}

Callers 4

function.spec.tsFile · 0.85
registerPluginsMethod · 0.85
responseInterceptorFunction · 0.85
proxy-events.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected