Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ setFileDefinition
Method
setFileDefinition
src/csvtable.cpp:592–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
591
592
void CsvTable::setFileDefinition(CsvDefinition fileDefinition) {
593
this->fileDefinition = fileDefinition;
594
}
595
596
597
/*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected