All files / run/external_layer/api/dependency ImageRepoDpCPAPI.bs.js

100% Statements 7/7
100% Branches 0/0
100% Functions 2/2
100% Lines 7/7

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    2x 2x 2x     33x 33x   306x         2x    
'use strict';
 
var Curry = require("bs-platform/lib/js/curry.js");
var OptionSt$Wonderjs = require("../../../../construct/domain_layer/library/structure/OptionSt.bs.js");
var ImageRepoDpRunAPI$Wonderjs = require("../../../../construct/external_layer/api/dependency/ImageRepoDpRunAPI.bs.js");
 
function set(param) {
  var getData = param.getData;
  return ImageRepoDpRunAPI$Wonderjs.set({
              getData: (function (id) {
                  return OptionSt$Wonderjs.fromNullable(Curry._1(getData, id));
                })
            });
}
 
exports.set = set;
/* No side effect */