Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bendc/sprint
/ getEventFromNamespace
Function
getEventFromNamespace
sprint.js:136–138 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
134
}
135
136
var
getEventFromNamespace =
function
(event) {
137
return
splitNamespaces(event)[0]
138
}
139
140
var
getEvents =
function
(domElement) {
141
return
domElement.sprintEventListeners
Callers
3
isHandlerShared
Function · 0.85
removeListener
Function · 0.85
sprint.js
File · 0.85
Calls
1
splitNamespaces
Function · 0.85
Tested by
no test coverage detected