Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/imakewebthings/deck.js
/ addContainerHashClass
Function
addContainerHashClass
core/deck.core.js:309–311 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
307
};
308
309
var
addContainerHashClass =
function
(id) {
310
$container.addClass(options.classes.onPrefix + id);
311
};
312
313
var
setupHashBehaviors =
function
() {
314
$fragmentLinks = $();
Callers
2
setupHashBehaviors
Function · 0.85
changeHash
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected