Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kimlimjustin/xplorer
/ SystemTime
Interface
SystemTime
src/Typings/fileMetaData.d.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
SystemTime {
2
nanos_since_epoch: number;
3
secs_since_epoch: number;
4
}
5
6
interface
FileMetaData {
7
file_path: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected