Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
fn 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)]
124
mod tests {
Callers
1
glob
Method · 0.85
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected