MCPcopy Create free account
hub / github.com/eth-easl/dirigent / GetUniqueRequestCode

Function GetUniqueRequestCode

internal/data_plane/proxy/requests/requests.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func GetUniqueRequestCode() string {
120 return uuid.New().String()
121}
122
123func FillResponseWithBufferedResponse(rw http.ResponseWriter, response *BufferedResponse) error {
124 rw.WriteHeader(response.StatusCode)

Callers 1

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected