MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / AcodeFile

Interface AcodeFile

src/index.d.ts:98–104  ·  view source on GitHub ↗

* Acode file object

Source from the content-addressed store, hash-verified

96 * Acode file object
97 */
98interface AcodeFile {
99 uri?: string;
100 name?: string;
101 session?: unknown;
102 cacheFile?: string;
103 [key: string]: unknown;
104}
105
106// Extend globalThis with Executor
107declare global {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected