MCPcopy Create free account
hub / github.com/apache/datafusion / is_blank_line

Function is_blank_line

benchmarks/src/sql_benchmark.rs:1298–1300  ·  view source on GitHub ↗
(line: &str)

Source from the content-addressed store, hash-verified

1296}
1297
1298fn is_blank_line(line: &str) -> bool {
1299 line.trim().is_empty()
1300}
1301
1302fn is_comment_line(line: &str) -> bool {
1303 let line = line.trim_start();

Callers 4

process_templateMethod · 0.85
is_blank_or_comment_lineFunction · 0.85
read_query_from_readerFunction · 0.85

Calls 2

trimMethod · 0.80
is_emptyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…