func weak.Make
6 uses
weak (current package)
pointer.go#L68: func Make[T any](ptr *T) Pointer[T] {
crypto/internal/fips140cache
cache.go#L33: p := weak.Make(k)
crypto/tls
cache.go#L31: wp := weak.Make(cert)
github.com/klauspost/compress/zstd
simple_go124.go#L29: simpleEnc = weak.Make(enc)
simple_go124.go#L52: simpleDec = weak.Make(dec)
unique
canonmap.go#L318: wp := weak.Make(k)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |