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

100% Statements 9/9
100% Branches 0/0
100% Functions 3/3
100% Lines 9/9

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 15 16 17 18 19 20 21 22 23    17x 17x 17x     44x       66x       88x     17x 17x 17x    
'use strict';
 
var Curry = require("bs-platform/lib/js/curry.js");
var DpContainer$Wonderjs = require("../../../../../dependency/container/DpContainer.bs.js");
var GeometryEntity$Wonderjs = require("../../entity/GeometryEntity.bs.js");
 
function isFlipTexCoordY(geometry) {
  return Curry._1(DpContainer$Wonderjs.unsafeGetGeometryRepoDp(undefined).isFlipTexCoordY, GeometryEntity$Wonderjs.value(geometry));
}
 
function isSame(geometry1, geometry2) {
  return Curry._2(DpContainer$Wonderjs.unsafeGetGeometryRepoDp(undefined).isSame, GeometryEntity$Wonderjs.value(geometry1), GeometryEntity$Wonderjs.value(geometry2));
}
 
function getId(geometry) {
  return Curry._1(DpContainer$Wonderjs.unsafeGetGeometryRepoDp(undefined).getId, GeometryEntity$Wonderjs.value(geometry));
}
 
exports.isFlipTexCoordY = isFlipTexCoordY;
exports.isSame = isSame;
exports.getId = getId;
/* No side effect */