MCPcopy
hub / github.com/ajaxorg/ace / getFnKey

Function getFnKey

lib/ace/mode/xquery/xqlint.js:314–316  ·  view source on GitHub ↗
(qname, arity)

Source from the content-addressed store, hash-verified

312 };
313
314 var getFnKey = function(qname, arity) {
315 return getVarKey(qname) + '#' + arity;
316 };
317
318 if(!parent) {
319 namespaces['http://jsoniq.org/functions'] = {

Callers 1

xqlint.jsFile · 0.85

Calls 1

getVarKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…