MCPcopy Create free account
hub / github.com/AI45Lab/Code / parse_glob_output

Function parse_glob_output

core/src/agent_api/direct_tools.rs:115–121  ·  view source on GitHub ↗
(output: &str)

Source from the content-addressed store, hash-verified

113}
114
115fn parse_glob_output(output: &str) -> Vec<String> {
116 output
117 .lines()
118 .filter(|line| !line.is_empty())
119 .map(str::to_string)
120 .collect()
121}
122
123#[cfg(test)]
124mod tests {

Callers 1

globMethod · 0.85

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected