MCPcopy Index your code
hub / github.com/material-shell/material-shell / isSimpleCallExpression

Function isSimpleCallExpression

scripts/transpile.ts:97–99  ·  view source on GitHub ↗
(arg: BaseNode)

Source from the content-addressed store, hash-verified

95}
96
97function isSimpleCallExpression(arg: BaseNode): arg is SimpleCallExpression {
98 return arg.type == 'CallExpression';
99}
100
101function isExpressionStatement(arg: BaseNode): arg is ExpressionStatement {
102 return arg.type == 'ExpressionStatement';

Callers 2

getDecoratorTargetsFunction · 0.85
transpileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected