LLKennedy/httpgrpc

View on GitHub
internal/testservice/client/src/feed.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function feed has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function feed() {
    let ws = new MercuryWebSocket<FeedData, FeedResponse>("ws://127.0.0.1:4848/Feed", FeedResponse.Parse, "FeedSocket", console);
    await ws.init()
    let stream = new ClientStream(ws);
    let data1 = new FeedData();
Severity: Minor
Found in internal/testservice/client/src/feed.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status