MCPcopy Create free account
hub / github.com/angular/angular / idempotentUpdate

Function idempotentUpdate

packages/core/test/render3/instructions_spec.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91 it('should not update bindings when value does not change, with the correct perf counters', () => {
92 const idempotentUpdate = () => {
93 ɵɵproperty('title', 'Hello');
94 };
95 const t = new ViewFixture({
96 create: createAnchor,
97 update: idempotentUpdate,

Callers

nothing calls this directly

Calls 1

ɵɵpropertyFunction · 0.85

Tested by

no test coverage detected