Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ read
Method
read
packages/schematics/angular/utility/change.ts:13–13 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
11
export
interface
Host {
12
write(path: string, content: string): Promise<void>;
13
read(path: string): Promise<string>;
14
}
15
16
export
interface
Change {
Callers
5
workspace_spec.ts
File · 0.65
apply
Method · 0.65
apply
Method · 0.65
apply
Method · 0.65
get
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected