Home / Function/ evaluate() — vue Function Reference

evaluate() — vue Function Reference

Architecture documentation for the evaluate() function in watcher.ts from the vue codebase.

Function typescript VueCore Observer calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  b14c934a_c745_b1c9_851b_632eb5aa48a6["evaluate()"]
  6447431e_6924_8ca8_071d_44b55ba081b1["Watcher"]
  b14c934a_c745_b1c9_851b_632eb5aa48a6 -->|defined in| 6447431e_6924_8ca8_071d_44b55ba081b1
  7a9733ae_710c_5b35_fded_f5829a6aeedc["createComputedGetter()"]
  7a9733ae_710c_5b35_fded_f5829a6aeedc -->|calls| b14c934a_c745_b1c9_851b_632eb5aa48a6
  9af667fb_20e8_0763_f10d_d63da0255ba8["get()"]
  b14c934a_c745_b1c9_851b_632eb5aa48a6 -->|calls| 9af667fb_20e8_0763_f10d_d63da0255ba8
  style b14c934a_c745_b1c9_851b_632eb5aa48a6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/core/observer/watcher.ts lines 245–248

  evaluate() {
    this.value = this.get()
    this.dirty = false
  }

Domain

Subdomains

Calls

Frequently Asked Questions

What does evaluate() do?
evaluate() is a function in the vue codebase, defined in src/core/observer/watcher.ts.
Where is evaluate() defined?
evaluate() is defined in src/core/observer/watcher.ts at line 245.
What does evaluate() call?
evaluate() calls 1 function(s): get.
What calls evaluate()?
evaluate() is called by 1 function(s): createComputedGetter.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free