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

Function field

javascript/selenium-webdriver/normalize_bidi_ast_test.mjs:31–31  ·  view source on GitHub ↗
(name, type)

Source from the content-addressed store, hash-verified

29const lit = (v) => ({ Type: 'literal', Value: v, Unwrapped: false })
30const ref = (v) => ({ Type: 'group', Value: v, Unwrapped: false })
31const field = (name, type) => ({ Name: name, Occurrence: { n: 1, m: 1 }, Type: type, Comments: [] })
32const def = (name, props) => ({ Type: 'group', Name: name, Properties: props, IsChoiceAddition: false, Comments: [] })
33const byName = (ast, n) => ast.find((d) => d.Name === n)
34

Callers 7

defineMethod · 0.50
CddlCommandClass · 0.50
CddlTypeDefinitionClass · 0.50
CddlEnumClass · 0.50
CddlModuleClass · 0.50
DomMutationClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected