MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / getFunctionReturns

Function getFunctionReturns

modules/material-parser/src/parse/ts/index.ts:51–62  ·  view source on GitHub ↗
(node: any, checker, parentIds, type)

Source from the content-addressed store, hash-verified

49}
50
51function getFunctionReturns(node: any, checker, parentIds, type) {
52 if (!node) return {};
53 const propType = getDocgenTypeHelper(
54 checker,
55 node.type,
56 false,
57 getNextParentIds(parentIds, type),
58 );
59 return {
60 propType,
61 };
62}
63
64const blacklistNames = [
65 'prototype',

Callers 1

getDocgenTypeHelperFunction · 0.85

Calls 2

getDocgenTypeHelperFunction · 0.85
getNextParentIdsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…