MCPcopy Index your code
hub / github.com/angular/angular-cli / visit

Method visit

packages/angular_devkit/schematics/src/tree/scoped.ts:155–157  ·  view source on GitHub ↗
(visitor: FileVisitor)

Source from the content-addressed store, hash-verified

153 return entry && new ScopedDirEntry(entry, this._root.scope);
154 }
155 visit(visitor: FileVisitor): void {
156 return this._root.visit(visitor);
157 }
158
159 // Change content of host files.
160 overwrite(path: string, content: Buffer | string): void {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected