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

Function ishorizontalspace

markdown.go:820–822  ·  view source on GitHub ↗

Test if a character is a horizontal whitespace character.

(c byte)

Source from the content-addressed store, hash-verified

818
819// Test if a character is a horizontal whitespace character.
820func ishorizontalspace(c byte) bool {
821 return c == ' ' || c == '\t'
822}
823
824// Test if a character is a vertical character.
825func isverticalspace(c byte) bool {

Callers 1

isspaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…