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

Function withExtensionWorkers

options.go:261–267  ·  view source on GitHub ↗
(w *extensionWorkers)

Source from the content-addressed store, hash-verified

259}
260
261func withExtensionWorkers(w *extensionWorkers) WorkerOption {
262 return func(wo *workerOpt) error {
263 wo.extensionWorkers = w
264
265 return nil
266 }
267}

Callers 1

WithExtensionWorkersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected