MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / has

Function has

javascript/selenium-webdriver/project_bidi_schema.mjs:434–434  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

432export function checkSchema(schema) {
433 const errors = []
434 const has = (name) => Object.hasOwn(schema.types, name)
435 const refsIn = (node) =>
436 !node
437 ? []

Callers 3

reportFunction · 0.85
checkSchemaFunction · 0.85
checkSelectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected