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

Method updateContext

phpthread.go:209–211  ·  view source on GitHub ↗
(isWorker bool)

Source from the content-addressed store, hash-verified

207}
208
209func (*phpThread) updateContext(isWorker bool) {
210 C.frankenphp_update_local_thread_context(C.bool(isWorker))
211}
212
213//export go_frankenphp_before_script_execution
214func go_frankenphp_before_script_execution(threadIndex C.uintptr_t) *C.char {

Callers 2

beforeScriptExecutionMethod · 0.80
beforeScriptExecutionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected