github.com/yuin/goldmark/util.CopyOnWriteBuffer.IsCopied (method)
7 uses
github.com/yuin/goldmark/util (current package)
util.go#L92: func (b *CopyOnWriteBuffer) IsCopied() bool {
util.go#L468: if cob.IsCopied() {
util.go#L557: if cob.IsCopied() {
util.go#L579: if cob.IsCopied() {
util.go#L630: if cob.IsCopied() {
util.go#L663: if cob.IsCopied() {
util.go#L729: if cob.IsCopied() && n < limit {
![]() |
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. |