Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ urlIsLocal
Function
urlIsLocal
github-actions/bazel/configure-remote/configure-remote.js:4818–4822 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
4816
}
4817
if
(!isUint8Array(chunk)) {
4818
throw
new
TypeError(
"Received non-Uint8Array chunk"
);
4819
}
4820
bytes.push(chunk);
4821
byteLength += chunk.length;
4822
}
4823
});
4824
}
4825
function
urlIsLocal(url) {
Callers
1
mainFetch
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected