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

Function union

javascript/selenium-webdriver/project_bidi_schema_test.mjs:214–220  ·  view source on GitHub ↗
(name, refs)

Source from the content-addressed store, hash-verified

212 Properties: [{ Name: 'type', Occurrence: { n: 1, m: 1 }, Type: [lit(typeConst)], Comments: [] }, ...extra],
213 })
214 const union = (name, refs) => ({
215 Type: 'variable',
216 Name: name,
217 IsChoiceAddition: false,
218 Comments: [],
219 PropertyType: refs.map(ref),
220 })
221
222 it('discriminates on a constant key, flattening a tagged sub-union and recording an untyped default', () => {
223 // x.Value = ( x.Prim / x.Date / x.Reference ); x.Prim is itself type-tagged,

Callers 1

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected