Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ sameOrigin
Function
sameOrigin
packages/vscode-extension/extension.js:379–385 ·
view source on GitHub ↗
(left, right)
Source
from the content-addressed store, hash-verified
377
}
378
379
function
sameOrigin(left, right) {
380
try {
381
return
getOrigin(left) === getOrigin(right);
382
} catch {
383
return
false;
384
}
385
}
386
387
function
escapeHtml(value) {
388
return
value
Callers
1
serviceUrlCandidates
Function · 0.85
Calls
1
getOrigin
Function · 0.85
Tested by
no test coverage detected