Home
last modified time | relevance | path

Searched refs:recordedFeatureFactory (Results 1 – 2 of 2) sorted by relevance

/development/tools/motion/motion_test_watcher_app/src/service/
Dgoldens.service.ts27 import { Feature, recordedFeatureFactory } from '../model/feature';
65 const features = data.features.map((it) => recordedFeatureFactory(it));
/development/tools/motion/motion_test_watcher_app/src/model/
Dfeature.ts69 export function recordedFeatureFactory( function