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

Function isBlockStatement

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

Source from the content-addressed store, hash-verified

87}
88
89function isBlockStatement(arg: BaseNode): arg is BlockStatement {
90 return arg.type == 'BlockStatement';
91}
92
93function isFunctionDeclaration(arg: BaseNode): arg is FunctionDeclaration {
94 return arg.type == 'FunctionDeclaration';

Callers 1

getDecoratorTargetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected