Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
export
interface
Documents {
15
readDocument(uri: URI): Promise<string | undefined>;
16
applyEdits(uri: URI, edits: Edit[], content: string): Promise<void>;
17
}
18
Callers
2
readDocument
Method · 0.65
readDevContainerConfigFile
Function · 0.65
Implementers
3
CLIHostDocuments
src/spec-configuration/editableFiles.t
RemoteDocuments
src/spec-configuration/editableFiles.t
AllDocuments
src/spec-configuration/editableFiles.t
Calls
no outgoing calls
Tested by
no test coverage detected