yield clone()

in components/PathCellDemo.tsx [113:126]


	yield clone(resultWithRepo)

	// repositoryUri + uriBaseId
	// = href
	resultWithRepo.locations[0].physicalLocation.artifactLocation.uriBaseId = 'SCAN_ROOT'
	yield clone(resultWithRepo)

	// repositoryUri not Azure DevOps
	// = no href
	resultWithRepo.run = {
		versionControlProvenance: [{
			repositoryUri: 'https://github.com',
		}]
	} as Run