Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ splitByComma
Function
splitByComma
packages/core/src/render3/jit/directive.ts:498–500 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
496
}
497
498
function
splitByComma(value: string): string[] {
499
return
value.split(
','
).map((piece) => piece.trim());
500
}
501
502
const
LIFECYCLE_HOOKS = [
503
'ngOnChanges'
,
Callers
2
convertToR3QueryPredicate
Function · 0.85
extractExportAs
Function · 0.85
Calls
1
map
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…