MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / lineIsEmpty

Function lineIsEmpty

lib/web/CodeMirror/mode/markdown/markdown.js:110–112  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

108 }
109
110 function lineIsEmpty(line) {
111 return !line || !/\S/.test(line.string)
112 }
113
114 // Blocks
115

Callers 1

blockNormalFunction · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected