Skip to content
Snippets Groups Projects
Select Git revision
  • c5cb9cf01e329f9cc26c1cb166006161dd864495
  • master default protected
  • leo
  • dex
  • pendulum
  • apfelstruder
  • littlerascal
7 results

README.md

Blame
  • wstest.json 719 B
    {
        "programname": "wstest",
        "hunks": [
        {
            "name": "input/string",
            "id": "strng"
        },
        {
            "name": "interface/logger",
            "id": "lg"
        },
        {
            "name": "interface/logger",
            "id": "lgws"
        },
        {
            "name": "comm/websocketclient",
            "id": "WSONE_ONE"
        }],
        "links": [
        {
            "outhunk": "strng",
            "outname": "string",
            "inhunk": "lg",
            "inname": "tolog"
        },
        {
            "outhunk": "strng",
            "outname": "string",
            "inhunk": "WSONE_ONE",
            "inname": "bytes"
        },
        {
            "outhunk": "WSONE_ONE",
            "outname": "bytes",
            "inhunk": "lgws",
            "inname": "tolog"
        }]
    }