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

Function idempotentUpdate

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ɵɵpropertyFunction · 0.85

Tested by

no test coverage detected