getFunction method

RawNetworkerPipe? getFunction(
  1. int function
)

Implementation

RawNetworkerPipe? getFunction(int function) => functions[function]?.pipe;