Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ conflictError
Function
conflictError
core/src/config.js:52–52 ·
view source on GitHub ↗
(reason)
Source
from the content-addressed store, hash-verified
50
};
51
52
const
conflictError = (reason) =>
new
Error(`(${CONFLICTING_CODE}): ${reason}`);
53
54
const
relative_url = (url, base = location.href) =>
new
URL(url, base).href;
55
Callers
1
config.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected