(isWorker bool)
| 207 | } |
| 208 | |
| 209 | func (*phpThread) updateContext(isWorker bool) { |
| 210 | C.frankenphp_update_local_thread_context(C.bool(isWorker)) |
| 211 | } |
| 212 | |
| 213 | //export go_frankenphp_before_script_execution |
| 214 | func go_frankenphp_before_script_execution(threadIndex C.uintptr_t) *C.char { |
no outgoing calls
no test coverage detected