MCPcopy Index your code
hub / github.com/angular/angular / splitAtPeriod

Function splitAtPeriod

packages/compiler/src/util.ts:19–21  ·  view source on GitHub ↗
(input: string, defaultValues: (string | null)[])

Source from the content-addressed store, hash-verified

17}
18
19export function splitAtPeriod(input: string, defaultValues: (string | null)[]): (string | null)[] {
20 return _splitAt(input, '.', defaultValues);
21}
22
23function _splitAt(
24 input: string,

Callers 1

Calls 1

_splitAtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…