Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/socketio/socket.io
/ assert
Function
assert
test/support/util.ts:72–74 ·
view source on GitHub ↗
(condition: any)
Source
from the content-addressed store, hash-verified
70
* @param condition
71
*/
72
export
function
assert(condition: any): asserts condition {
73
expect(condition).to.be.ok();
74
}
75
76
export
function
getPort(io: Server): number {
77
// @ts-ignore
Callers
2
uws.ts
File · 0.90
namespaces.ts
File · 0.90
Calls
1
ok
Method · 0.80
Tested by
no test coverage detected