MCPcopy
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

getEventFromNamespaceFunction · 0.85
getEventsToRemoveFunction · 0.85

Calls 1

sanitizeFunction · 0.85

Tested by

no test coverage detected