MCPcopy Create free account
hub / github.com/php/frankenphp / afterScriptExecution

Method afterScriptExecution

threadregular.go:69–72  ·  view source on GitHub ↗
(_ int)

Source from the content-addressed store, hash-verified

67}
68
69func (handler *regularThread) afterScriptExecution(_ int) {
70 handler.thread.requestCount.Add(1)
71 handler.afterRequest()
72}
73
74func (handler *regularThread) frankenPHPContext() *frankenPHPContext {
75 return handler.contextHolder.frankenPHPContext

Callers

nothing calls this directly

Calls 1

afterRequestMethod · 0.95

Tested by

no test coverage detected