All files / construct/domain_layer/domain/scene/scene_graph/service/geometry VerticesGeometryDoService.bs.js

100% Statements 6/6
100% Branches 0/0
100% Functions 1/1
100% Lines 6/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14    17x 17x 17x 17x     176x     17x    
'use strict';
 
var Curry = require("bs-platform/lib/js/curry.js");
var VerticesVO$Wonderjs = require("../../value_object/VerticesVO.bs.js");
var DpContainer$Wonderjs = require("../../../../../dependency/container/DpContainer.bs.js");
var GeometryEntity$Wonderjs = require("../../entity/GeometryEntity.bs.js");
 
function getVertices(geometry) {
  return VerticesVO$Wonderjs.create(Curry._1(DpContainer$Wonderjs.unsafeGetGeometryRepoDp(undefined).getVertices, GeometryEntity$Wonderjs.value(geometry)));
}
 
exports.getVertices = getVertices;
/* No side effect */