Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iterative/cml
/ preventcacheUri
Function
preventcacheUri
src/utils.js:143–145 ·
view source on GitHub ↗
({ uri } = {})
Source
from the content-addressed store, hash-verified
141
};
142
143
const
preventcacheUri = ({ uri } = {}) => {
144
return
uriParam({ uri, param:
'cache-bypass'
, value: uuid.v4() });
145
};
146
147
const
uriParam = (opts = {}) => {
148
const
{ uri, param, value } = opts;
Callers
1
publish
Method · 0.85
Calls
1
uriParam
Function · 0.85
Tested by
no test coverage detected