Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bendc/sprint
/ splitNamespaces
Function
splitNamespaces
sprint.js:517–519 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
515
}
516
517
var
splitNamespaces =
function
(event) {
518
return
sanitize(event.split(
"."
))
519
}
520
521
var
toArray =
function
(obj) {
522
var
arr = []
Callers
2
getEventFromNamespace
Function · 0.85
getEventsToRemove
Function · 0.85
Calls
1
sanitize
Function · 0.85
Tested by
no test coverage detected