Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arraypad/each
/ get_extensions
Method
get_extensions
src/formats/csv.rs:110–112 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
108
}
109
110
fn get_extensions(&self) -> &
'static [&'
static str] {
111
&CSV_EXTS
112
}
113
114
fn is_valid_header(&self, header: &[u8]) -> Result<bool, Error> {
115
let mut builder = self.reader_builder();
Callers
1
guess_format
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected