alexkli commented on a change in pull request #75:
URL: https://github.com/apache/openwhisk-wskdebug/pull/75#discussion_r456537851



##########
File path: src/invoker.js
##########
@@ -235,6 +238,47 @@ class OpenWhiskInvoker {
         });
     }
 
+    getFullActionName() {
+        return `/${this.wskProps.namespace}/${this.actionName}`;

Review comment:
       `this.actionName` includes the package if there is one.
   
   I never know what to call these various entities, namespace+package+action, 
only action, package+action... 😉 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to