Home / Function/ hasNoMatchingOption() — vue Function Reference

hasNoMatchingOption() — vue Function Reference

Architecture documentation for the hasNoMatchingOption() function in model.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  433d7ea2_6f6c_47e7_74d8_d782032eccb2["hasNoMatchingOption()"]
  1d37bd4d_fcd6_18b0_52a8_e66a80a8f659["directive.componentUpdated()"]
  1d37bd4d_fcd6_18b0_52a8_e66a80a8f659 -->|calls| 433d7ea2_6f6c_47e7_74d8_d782032eccb2
  e209b0d9_ee94_da5d_14f4_499aa19837cb["looseEqual()"]
  433d7ea2_6f6c_47e7_74d8_d782032eccb2 -->|calls| e209b0d9_ee94_da5d_14f4_499aa19837cb
  style 433d7ea2_6f6c_47e7_74d8_d782032eccb2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/platforms/web/runtime/directives/model.ts lines 123–125

function hasNoMatchingOption(value, options) {
  return options.every(o => !looseEqual(o, value))
}

Domain

Subdomains

Calls

Frequently Asked Questions

What does hasNoMatchingOption() do?
hasNoMatchingOption() is a function in the vue codebase.
What does hasNoMatchingOption() call?
hasNoMatchingOption() calls 1 function(s): looseEqual.
What calls hasNoMatchingOption()?
hasNoMatchingOption() is called by 1 function(s): directive.componentUpdated.

Analyze Your Own Codebase

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

Try Supermodel Free