github.com/yuin/goldmark/util.bytesFilter.slots (field)
9 uses
github.com/yuin/goldmark/util (current package)
util.go#L923: slots [][][]byte
util.go#L930: slots: make([][][]byte, 64),
util.go#L947: h := bytesHash(b) % uint64(len(s.slots))
util.go#L948: slot := s.slots[h]
util.go#L952: s.slots[h] = append(slot, b)
util.go#L959: for k, v := range s.slots {
util.go#L962: newFilter.slots[k] = v
util.go#L981: h := bytesHash(b) % uint64(len(s.slots))
util.go#L982: slot := s.slots[h]
![]() |
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. |