MCPcopy Create free account
hub / github.com/gnmyt/Nexterm /

Class

server/lib/ScriptLayer.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const DIALOG_TYPES = new Set([MSG.PROMPT, MSG.CONFIRM, MSG.SUMMARY, MSG.TABLE, MSG.MSGBOX]);
14
15class ScriptLayer {
16 constructor(stream, ws, script, sessionId) {
17 this.stream = stream;
18 this.sessionId = sessionId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected