MCPcopy Index your code
hub / github.com/devcontainers/cli / readDocument

Method readDocument

src/spec-configuration/editableFiles.ts:15–15  ·  view source on GitHub ↗
(uri: URI)

Source from the content-addressed store, hash-verified

13
14export interface Documents {
15 readDocument(uri: URI): Promise<string | undefined>;
16 applyEdits(uri: URI, edits: Edit[], content: string): Promise<void>;
17}
18

Callers 2

readDocumentMethod · 0.65

Implementers 3

CLIHostDocumentssrc/spec-configuration/editableFiles.t
RemoteDocumentssrc/spec-configuration/editableFiles.t
AllDocumentssrc/spec-configuration/editableFiles.t

Calls

no outgoing calls

Tested by

no test coverage detected