MCPcopy Create free account
hub / github.com/imroc/req / pointer

Function pointer

internal/http3/frames.go:177–179  ·  view source on GitHub ↗
(v T)

Source from the content-addressed store, hash-verified

175}
176
177func pointer[T any](v T) *T {
178 return &v
179}
180
181func parseSettingsFrame(r *countingByteReader, l uint64, streamID quic.StreamID, qlogger qlogwriter.Recorder) (*settingsFrame, error) {
182 if l > 8*(1<<10) {

Callers 2

setupConnMethod · 0.85
parseSettingsFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…