MCPcopy Index your code
hub / github.com/php/frankenphp / afterScriptExecution

Method afterScriptExecution

threadworker.go:85–87  ·  view source on GitHub ↗
(exitStatus int)

Source from the content-addressed store, hash-verified

83}
84
85func (handler *workerThread) afterScriptExecution(exitStatus int) {
86 tearDownWorkerScript(handler, exitStatus)
87}
88
89func (handler *workerThread) frankenPHPContext() *frankenPHPContext {
90 if handler.workerFrankenPHPContext != nil {

Callers

nothing calls this directly

Calls 1

tearDownWorkerScriptFunction · 0.85

Tested by

no test coverage detected