MCPcopy Index your code
hub / github.com/codecombat/codecombat / getKeyForNamespace

Function getKeyForNamespace

app/core/Tracker2/pageUnload.js:1–3  ·  view source on GitHub ↗
(namespace)

Source from the content-addressed store, hash-verified

1function getKeyForNamespace (namespace) {
2 return `coco.tracker.pageUnloadRetries.${namespace}`
3}
4
5function getNamespaceData (namespace) {
6 const namespaceKey = getKeyForNamespace(namespace)

Callers 3

getNamespaceDataFunction · 0.85
setNamespaceDataFunction · 0.85
deleteNamespaceDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected