Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ FileContent
Class
FileContent
model/filecontent.py:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
FileContent:
2
def
__init__(self) -> None:
3
self.headers = []
4
self.rows = []
5
self.filename=None
6
Callers
1
get_structure
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected