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

Method Get

internal/state/state.go:120–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (ts *ThreadState) Get() State {
121 ts.mu.RLock()
122 id := ts.currentState
123 ts.mu.RUnlock()
124
125 return id
126}
127
128func (ts *ThreadState) Set(nextState State) {
129 ts.mu.Lock()

Callers 15

NameMethod · 0.95
testHeadersFunction · 0.80
testInputFunction · 0.80
testSessionFunction · 0.80
testEarlyHintsFunction · 0.80

Calls

no outgoing calls