MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / computedTuple

Function computedTuple

lib/web/tern/def.js:66–70  ·  view source on GitHub ↗
(types)

Source from the content-addressed store, hash-verified

64 };
65 }
66 function computedTuple(types) {
67 return function(self, args) {
68 return new infer.Arr(types.map(function(tp) { return unwrapType(tp, self, args) }))
69 }
70 }
71
72 TypeParser.prototype = {
73 eat: function(str) {

Callers 1

def.jsFile · 0.85

Calls 2

unwrapTypeFunction · 0.85
mapMethod · 0.45

Tested by

no test coverage detected