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

Function unwrapType

lib/web/tern/def.js:31–33  ·  view source on GitHub ↗
(type, self, args)

Source from the content-addressed store, hash-verified

29 };
30
31 function unwrapType(type, self, args) {
32 return type.call ? type(self, args) : type;
33 }
34
35 function extractProp(type, prop) {
36 if (prop == "!ret") {

Callers 4

computedFuncFunction · 0.85
computedUnionFunction · 0.85
computedTupleFunction · 0.85
def.jsFile · 0.85

Calls 1

typeFunction · 0.85

Tested by

no test coverage detected