MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / buildTouch

Function buildTouch

src/test/builders/eventFakes.ts:293–297  ·  view source on GitHub ↗
({
  ...options
}: TouchBuilderOptions = {})

Source from the content-addressed store, hash-verified

291}
292
293export function buildTouch({
294 ...options
295}: TouchBuilderOptions = {}): Touch {
296 return new TestTouch(options);
297}
298
299export function buildTouchEvent({
300 ...options

Calls

no outgoing calls

Tested by

no test coverage detected