MCPcopy Create free account
hub / github.com/chimurai/http-proxy-middleware / myFunction

Function myFunction

test/unit/utils/function.spec.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5describe('getFunctionName()', () => {
6 it('should return Function name', () => {
7 function myFunction() {}
8 expect(getFunctionName(myFunction)).toBe('myFunction');
9 });
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected