MCPcopy
hub / github.com/retspen/webvirtcloud / is

Function is

static/js/mode-xml.js:219–221  ·  view source on GitHub ↗
(token, type)

Source from the content-addressed store, hash-verified

217var lang = require("../../lib/lang");
218
219function is(token, type) {
220 return token.type.lastIndexOf(type + ".xml") > -1;
221}
222
223var XmlBehaviour = function () {
224

Callers 2

XmlBehaviourFunction · 0.85
mode-xml.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected