get: function()

in src/common/exec/proxy.js [42:44]


    get: function (service, action) {
        return (CommandProxyMap[service] ? CommandProxyMap[service][action] : null);
    }