(_ int)
| 67 | } |
| 68 | |
| 69 | func (handler *regularThread) afterScriptExecution(_ int) { |
| 70 | handler.thread.requestCount.Add(1) |
| 71 | handler.afterRequest() |
| 72 | } |
| 73 | |
| 74 | func (handler *regularThread) frankenPHPContext() *frankenPHPContext { |
| 75 | return handler.contextHolder.frankenPHPContext |
nothing calls this directly
no test coverage detected