registerNamedFunction method

RawNetworkerPipe registerNamedFunction(
  1. I name
)

Implementation

RawNetworkerPipe registerNamedFunction(I name) => registerFunction(
  name.index,
  canRunLocally: name.canRunLocally,
  mode: name.mode,
);