func github.com/yuin/goldmark/util.bytesHash
3 uses
github.com/yuin/goldmark/util (current package)
util.go#L899: func bytesHash(b []byte) uint64 {
util.go#L947: h := bytesHash(b) % uint64(len(s.slots))
util.go#L981: h := bytesHash(b) % uint64(len(s.slots))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |