MCPcopy
hub / github.com/rollup/rollup / deoptimizeCache

Method deoptimizeCache

src/ast/variables/ParameterVariable.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 deoptimizeCache(): void {
105 this.markReassigned();
106 }
107
108 /**
109 * Update the known value of the parameter variable.

Callers

nothing calls this directly

Calls 1

markReassignedMethod · 0.95

Tested by

no test coverage detected