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

Function getIntParameter

modules/benchmarks/src/util.ts:11–13  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

9urlParamsToForm();
10
11export function getIntParameter(name: string) {
12 return parseInt(getStringParameter(name), 10);
13}
14
15export function getStringParameter(name: string) {
16 const els = document.querySelectorAll(`input[name="${name}"]`);

Callers 6

init.tsFile · 0.90
initTableUtilsFunction · 0.90
initTableUtilsFunction · 0.90
util.tsFile · 0.85
initTableUtilsFunction · 0.85
initTreeUtilsFunction · 0.85

Calls 1

getStringParameterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…