MCPcopy
hub / github.com/volcengine/OpenViking / OVDirEntry

Interface OVDirEntry

examples/pi-coding-agent-extension/client.ts:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface OVDirEntry {
19 uri: string;
20 name: string;
21 isDir: boolean;
22 size: number;
23 mode: number;
24 modTime: string;
25 abstract: string;
26}
27
28export interface OVStatInfo {
29 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected