MCPcopy Index your code
hub / github.com/angular/angular / isInParamsFunction

Function isInParamsFunction

packages/core/src/resource/resource.ts:664–666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

662let inParamsFunction = false;
663
664export function isInParamsFunction() {
665 return inParamsFunction;
666}
667
668export function setInParamsFunction(value: boolean) {
669 inParamsFunction = value;

Callers 2

debouncedFunction · 0.90
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…