MCPcopy Create free account
hub / github.com/ngrx/platform / warn

Method warn

modules/data/src/utils/default-logger.ts:26–34  ·  view source on GitHub ↗
(message?: any, extra?: any)

Source from the content-addressed store, hash-verified

24 }
25
26 warn(message?: any, extra?: any) {
27 if (message) {
28 if (extra) {
29 console.warn(message, extra);
30 } else {
31 console.warn(message);
32 }
33 }
34 }
35}

Callers 14

constructorMethod · 0.80
index.tsFile · 0.80
updateFlatConfigFunction · 0.80
updateJsonConfigFunction · 0.80
executeMethod · 0.80
createFeatureSelectorFunction · 0.80
rxMethodFnFunction · 0.80
signalMethodFnFunction · 0.80
patchStateFunction · 0.80
assertUniqueStoreMembersFunction · 0.80
updateEntitiesMutablyFunction · 0.80
sendToReduxDevtoolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected