MCPcopy
hub / github.com/louislam/dockge / join

Method join

backend/terminal.ts:175–177  ·  view source on GitHub ↗
(socket : DockgeSocket)

Source from the content-addressed store, hash-verified

173 }
174
175 public join(socket : DockgeSocket) {
176 this.socketList[socket.id] = socket;
177 }
178
179 public leave(socket : DockgeSocket) {
180 delete this.socketList[socket.id];

Callers 15

execMethod · 0.95
getBufferMethod · 0.80
constructorMethod · 0.80
composeYAMLMethod · 0.80
composeENVMethod · 0.80
pathMethod · 0.80
fullPathMethod · 0.80
saveMethod · 0.80
composeFileExistsMethod · 0.80
getStackListMethod · 0.80
getStackMethod · 0.80
joinCombinedTerminalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected