Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FoalTS/foal
/ close
Method
close
packages/socket.io/src/ws-server.service.ts:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
close(): void {
19
if
(this.server) {
20
this.server.close();
21
}
22
}
23
24
}
Callers
7
github-provider.service.spec.ts
File · 0.45
twitter-provider.service.spec.ts
File · 0.45
abstract-provider.service.spec.ts
File · 0.45
linkedin-provider.service.spec.ts
File · 0.45
facebook-provider.service.spec.ts
File · 0.45
socketio-controller.service.spec.ts
File · 0.45
ws-server.service.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected