(value)
| 16923 | }); |
| 16924 | |
| 16925 | function callOrReturn(value) { |
| 16926 | if (typeof(value) == "function") { |
| 16927 | return value(); |
| 16928 | } else { |
| 16929 | return value; |
| 16930 | } |
| 16931 | } |
| 16932 | |
| 16933 | exports.some = function(value) { |
| 16934 | return new Some(value); |
nothing calls this directly
no outgoing calls
no test coverage detected