Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ parseuri.js
File
parseuri.js
packages/engine.io-client/test/parseuri.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// imported from https://github.com/galkn/parseuri
2
const
expect = require(
"expect.js"
);
3
const
parseuri = require(
".."
).parse;
4
const
{ repeat } = require(
"./util"
);
Callers
nothing calls this directly
Calls
3
it
Function · 0.85
eql
Method · 0.80
throwError
Method · 0.80
Tested by
no test coverage detected