MCPcopy Create free account
hub / github.com/microsoft/SandDance / Dispatch

Function Dispatch

docs/app/js/sanddance-app.js:136539–136541  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

136537 return new Dispatch(_);
136538}
136539function Dispatch(_) {
136540 this._ = _;
136541}
136542function parseTypenames(typenames, types) {
136543 return typenames.trim().split(/^|\s+/).map(function(t) {
136544 var name = "", i = t.indexOf(".");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected