Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
217
var
lang = require(
"../../lib/lang"
);
218
219
function
is(token,
type
) {
220
return
token.
type
.lastIndexOf(
type
+
".xml"
) > -1;
221
}
222
223
var
XmlBehaviour =
function
() {
224
Callers
2
XmlBehaviour
Function · 0.85
mode-xml.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected