Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compilets/compilets
/ print
Method
print
src/cpp-syntax.ts:140–142 ·
view source on GitHub ↗
(ctx: PrintContext)
Source
from the content-addressed store, hash-verified
138
}
139
140
override print(ctx: PrintContext) {
141
return
this.expression.print(ctx);
142
}
143
}
144
145
export
class
NonNullExpression extends Expression {
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected