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

Function is_blank_or_comment_line

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

Source from the content-addressed store, hash-verified

1305}
1306
1307fn is_blank_or_comment_line(line: &str) -> bool {
1308 is_blank_line(line) || is_comment_line(line)
1309}
1310
1311fn insert_replacement(
1312 replacement_map: &mut HashMap<String, String>,

Callers 1

process_fileMethod · 0.85

Calls 2

is_blank_lineFunction · 0.85
is_comment_lineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…