Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1146
export
class
MainFunctionExe extends MainFunction {
Callers
2
addVariableStatement
Method · 0.80
canAddDeclaration
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected