MCPcopy
hub / github.com/russross/blackfriday / skipSpace

Function skipSpace

html.go:215–220  ·  view source on GitHub ↗
(tag []byte, i int)

Source from the content-addressed store, hash-verified

213}
214
215func skipSpace(tag []byte, i int) int {
216 for i < len(tag) && isspace(tag[i]) {
217 i++
218 }
219 return i
220}
221
222func isRelativeLink(link []byte) (yes bool) {
223 // a tag begin with '#'

Callers 1

findHTMLTagPosFunction · 0.85

Calls 1

isspaceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…