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

Method name

phpthread.go:180–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func (thread *phpThread) name() string {
181 thread.handlerMu.RLock()
182 defer thread.handlerMu.RUnlock()
183
184 if thread.handler == nil {
185 return "unknown"
186 }
187
188 return thread.handler.name()
189}
190
191// Pin a string that is not null-terminated
192// PHP's zend_string may contain null-bytes

Callers

nothing calls this directly

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected