MCPcopy
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
143const preventcacheUri = ({ uri } = {}) => {
144 return uriParam({ uri, param: 'cache-bypass', value: uuid.v4() });
145};
146
147const uriParam = (opts = {}) => {
148 const { uri, param, value } = opts;

Callers 1

publishMethod · 0.85

Calls 1

uriParamFunction · 0.85

Tested by

no test coverage detected