MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / Write

Method Write

internal/server/web/proxy/middleware.go:163–166  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

161}
162
163func (w responseWriter) Write(b []byte) (int, error) {
164 w.body.Write(b)
165 return w.ResponseWriter.Write(b)
166}
167
168type CustomPolicyDetector interface {
169 Detect(input []string, requirements []string) (bool, error)

Callers 2

EncodeEntryMethod · 0.80
HashFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected