and then my function ```fun createChannelFragment(...
# tornadofx
s
and then my function
Copy code
fun createChannelFragment(c: SystemInput, group: Group?): Node {
        val inputFragment = InputFragment(c, group)
        inputFragment.root.add(WorkspaceGraph(inputFragment).root)
        return inputFragment.root
    }