MCPcopy
hub / github.com/dianping/cat / getVarKey

Function getVarKey

cat-home/src/main/webapp/assets/js/editor/worker-xquery.js:1597–1599  ·  view source on GitHub ↗
(qname)

Source from the content-addressed store, hash-verified

1595 var namespaces = {};
1596
1597 var getVarKey = function(qname) {
1598 return qname.uri + '#' + qname.name;
1599 };
1600
1601 var getFnKey = function(qname, arity) {
1602 return getVarKey(qname) + '#' + arity;

Callers 2

getFnKeyFunction · 0.85
worker-xquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected