Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
261
func
withExtensionWorkers(w *extensionWorkers) WorkerOption {
262
return
func
(wo *workerOpt) error {
263
wo.extensionWorkers = w
264
265
return
nil
266
}
267
}
Callers
1
WithExtensionWorkers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected