MCPcopy Create free account
hub / github.com/compilets/compilets / isEmpty

Method isEmpty

src/cpp-syntax.ts:1141–1143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1139 }
1140
1141 isEmpty() {
1142 return this.body!.statements.length <= 2;
1143 }
1144}
1145
1146export class MainFunctionExe extends MainFunction {

Callers 2

addVariableStatementMethod · 0.80
canAddDeclarationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected