MCPcopy
hub / github.com/valyala/fasthttp / stacklessWriteZstd

Function stacklessWriteZstd

zstd.go:120–125  ·  view source on GitHub ↗
(ctx any)

Source from the content-addressed store, hash-verified

118)
119
120func stacklessWriteZstd(ctx any) {
121 stacklessWriteZstdOnce.Do(func() {
122 stacklessWriteZstdFunc = stackless.NewFunc(nonblockingWriteZstd)
123 })
124 stacklessWriteZstdFunc(ctx)
125}
126
127func nonblockingWriteZstd(ctxv any) {
128 ctx := ctxv.(*compressCtx)

Callers 1

WriteZstdLevelFunction · 0.85

Calls 2

NewFuncFunction · 0.92
DoMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…