evaluate() — vue Function Reference
Architecture documentation for the evaluate() function in watcher.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 0f484864_ebd2_9142_daff_b0e63d1dd58a["evaluate()"] e7f4f452_deed_8a48_b501_c415a06a6251["Watcher"] 0f484864_ebd2_9142_daff_b0e63d1dd58a -->|defined in| e7f4f452_deed_8a48_b501_c415a06a6251 94a80262_5bce_62f3_1f0f_6faf27d0f66d["createComputedGetter()"] 94a80262_5bce_62f3_1f0f_6faf27d0f66d -->|calls| 0f484864_ebd2_9142_daff_b0e63d1dd58a ad67e7ed_c155_de53_2de2_0458d2c842ef["get()"] 0f484864_ebd2_9142_daff_b0e63d1dd58a -->|calls| ad67e7ed_c155_de53_2de2_0458d2c842ef style 0f484864_ebd2_9142_daff_b0e63d1dd58a 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
Defined In
Calls
Called By
Source
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