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

Method frankenPHPContext

phpthread.go:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167func (thread *phpThread) frankenPHPContext() *frankenPHPContext {
168 return thread.handler.frankenPHPContext()
169}
170
171func (thread *phpThread) context() context.Context {
172 if thread.handler == nil {

Callers

nothing calls this directly

Calls 1

frankenPHPContextMethod · 0.65

Tested by

no test coverage detected