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

Function lit

javascript/selenium-webdriver/project_bidi_schema_test.mjs:32–32  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

30import { extractAnchors } from './extract_bidi_anchors.mjs'
31
32const lit = (v) => ({ Type: 'literal', Value: v, Unwrapped: false })
33const ref = (v) => ({ Type: 'group', Value: v, Unwrapped: false })
34const field = (name, type, occ = { n: 1, m: 1 }) => ({ Name: name, Occurrence: occ, Type: type, Comments: [] })
35const group = (name, props) => ({ Type: 'group', Name: name, Properties: props, IsChoiceAddition: false, Comments: [] })

Callers 4

leafFunction · 0.70
recAstFunction · 0.70
recFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected