MCPcopy
hub / github.com/angular/angularfire / fn

Function fn

src/compat/database/utils.spec.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 const nul = null;
12 const obj = {};
13 const fn = () => undefined;
14 const undef = undefined;
15 expect(utils.isString(str)).toBe(true);
16 expect(utils.isString(notStr)).toBe(false);

Callers 15

runOutsideAngularFunction · 0.85
runFunction · 0.85
ɵcacheInstanceFunction · 0.85
filterTestFunction · 0.85
patchGtagMethod · 0.85
messagingInstanceFactoryFunction · 0.85
databaseInstanceFactoryFunction · 0.85
authInstanceFactoryFunction · 0.85
storageInstanceFactoryFunction · 0.85
functionsInstanceFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected