MCPcopy Index your code
hub / github.com/github/copilot-sdk / SessionFsFileInfo

Class SessionFsFileInfo

python/copilot/session_fs_provider.py:45–52  ·  view source on GitHub ↗

File metadata returned by :meth:`SessionFsProvider.stat`.

Source from the content-addressed store, hash-verified

43
44@dataclass
45class SessionFsFileInfo:
46 """File metadata returned by :meth:`SessionFsProvider.stat`."""
47
48 is_file: bool
49 is_directory: bool
50 size: int
51 mtime: datetime
52 birthtime: datetime
53
54
55class SessionFsProvider(abc.ABC):

Callers 2

statMethod · 0.90
statMethod · 0.90

Calls

no outgoing calls

Tested by 2

statMethod · 0.72
statMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…