* Check if the current node is the master node. * @returns {boolean} true if running as master node
()
| 886 | * @returns {boolean} true if running as master node |
| 887 | */ |
| 888 | static isMasterNode(): boolean { |
| 889 | return this.nodeRole === 'master'; |
| 890 | } |
| 891 | |
| 892 | /** |
| 893 | * Check if the current node is a worker node. |
no outgoing calls
no test coverage detected