Returns the current static context. @return static context (can be null)
()
| 160 | * @return static context (can be {@code null}) |
| 161 | */ |
| 162 | public final StaticContext sc() { |
| 163 | return info.sc(); |
| 164 | } |
| 165 | |
| 166 | // OPTIMIZATIONS ================================================================================ |
| 167 |
no outgoing calls
no test coverage detected