MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / genFunc

Function genFunc

src/__tests__/utils.spec.js:251–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249
250 it('should return `true` for generator functions', () => {
251 function* genFunc() {}
252
253 expect(Utils.isFunction(genFunc)).toEqual(typeof genFunc === 'function');
254 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…