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

Function isMethodDefinition

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

Source from the content-addressed store, hash-verified

107}
108
109function isMethodDefinition(arg: BaseNode): arg is MethodDefinition {
110 return arg.type == 'MethodDefinition';
111}
112
113function isIdentifier(arg: BaseNode): arg is Identifier {
114 return arg.type == 'Identifier';

Callers 1

transpileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected