callActivatedHooks() — vue Function Reference
Architecture documentation for the callActivatedHooks() function in scheduler.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD ec2abe38_2f10_389c_6777_d109af8942d6["callActivatedHooks()"] 5f88c922_50d0_318e_0c71_29334294af47["flushSchedulerQueue()"] 5f88c922_50d0_318e_0c71_29334294af47 -->|calls| ec2abe38_2f10_389c_6777_d109af8942d6 d5689118_f863_cb10_9794_80b2a5de55a7["activateChildComponent()"] ec2abe38_2f10_389c_6777_d109af8942d6 -->|calls| d5689118_f863_cb10_9794_80b2a5de55a7 style ec2abe38_2f10_389c_6777_d109af8942d6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/observer/scheduler.ts lines 155–160
function callActivatedHooks(queue) {
for (let i = 0; i < queue.length; i++) {
queue[i]._inactive = true
activateChildComponent(queue[i], true /* true */)
}
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does callActivatedHooks() do?
callActivatedHooks() is a function in the vue codebase.
What does callActivatedHooks() call?
callActivatedHooks() calls 1 function(s): activateChildComponent.
What calls callActivatedHooks()?
callActivatedHooks() is called by 1 function(s): flushSchedulerQueue.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free