Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compilets/compilets
/ print
Method
print
src/cpp-syntax.ts:202–204 ·
view source on GitHub ↗
(ctx: PrintContext)
Source
from the content-addressed store, hash-verified
200
}
201
202
override print(ctx: PrintContext) {
203
return
`${this.operand.print(ctx)}${this.operator}`;
204
}
205
}
206
207
export
class
PrefixUnaryExpression extends Expression {
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected