MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / close

Function close

projects/runtime-node/src/server.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 socket.send(JSON.stringify(message))
90 },
91 close() {
92 socket.close()
93 },
94 }
95
96 const disposeRuntimeConnection = runtime.connect(connection)

Callers

nothing calls this directly

Calls 3

resolveFunction · 0.85
destroyMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected