Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mudler/LocalAI
/ record
Method
record
core/http/middleware/node_header_integration_test.go:79–83 ·
view source on GitHub ↗
(ev string)
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(o *orderRecorder) record(ev string) {
80
o.mu.Lock()
81
defer
o.mu.Unlock()
82
o.events = append(o.events, ev)
83
}
84
85
func
(o *orderRecorder) snapshot() []string {
86
o.mu.Lock()
Callers
3
WriteHeader
Method · 0.95
Write
Method · 0.95
Flush
Method · 0.95
Calls
2
Lock
Method · 0.65
Unlock
Method · 0.65
Tested by
no test coverage detected