MCPcopy Create free account
hub / github.com/php/frankenphp / newFrankenPHPContext

Function newFrankenPHPContext

context.go:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func newFrankenPHPContext() *frankenPHPContext {
57 return &frankenPHPContext{
58 done: make(chan any),
59 startedAt: time.Now(),
60 }
61}
62
63// NewRequestWithContext creates a new FrankenPHP request context.
64//

Callers 2

SendMessageMethod · 0.85
NewRequestWithContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected