• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

node-opcua / node-opcua / 23974043205

04 Apr 2026 07:17AM UTC coverage: 92.589% (+0.01%) from 92.576%
23974043205

push

github

erossignon
chore: fix Mocha.Suite.settimeout misused

18408 of 21832 branches covered (84.32%)

161708 of 174651 relevant lines covered (92.59%)

461089.77 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

93.33
/packages/node-opcua-server/source/register_server_manager_hidden.ts
1
/**
2✔
2
 * @module node-opcua-server
2✔
3
 */
2✔
4
import { EventEmitter } from "events";
2✔
5
import { type IRegisterServerManager, RegisterServerManagerStatus } from "./i_register_server_manager";
2✔
6

2✔
7
/**
2✔
8
 * a IRegisterServerManager that hides the server from any local discover server
2✔
9
 *
2✔
10
 */
2✔
11
export class RegisterServerManagerHidden extends EventEmitter implements IRegisterServerManager {
153✔
12
    public discoveryServerEndpointUrl = "";
185✔
13

185✔
14
    constructor(options?: {
185✔
15
        /** */
185✔
16
    }) {
185✔
17
        super();
185✔
18
    }
185✔
19

185✔
20
    public async stop(): Promise<void> {}
185✔
21

185✔
22
    public async start(): Promise<void> {}
185✔
23

185✔
24
    public dispose(): void {
185✔
25
        //
184✔
26
    }
184✔
27
    public getState(): RegisterServerManagerStatus {
185✔
28
        return RegisterServerManagerStatus.NOT_APPLICABLE;
×
29
    }
×
30
}
185✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc