Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ visit
Method
visit
packages/compiler/src/ml_parser/ast.ts:128–130 ·
view source on GitHub ↗
(visitor: Visitor, context: any)
Source
from the content-addressed store, hash-verified
126
super(sourceSpan, i18n);
127
}
128
override visit(visitor: Visitor, context: any): any {
129
return
visitor.visitElement(this, context);
130
}
131
}
132
133
export
class
Comment implements BaseNode {
Callers
1
merge
Method · 0.95
Calls
1
visitElement
Method · 0.65
Tested by
no test coverage detected