Skip to content
  • Kenneth Moreland's avatar
    FunctionInterface Append and Replace methods control environment only · dcf16790
    Kenneth Moreland authored
    They were declared as in both control and execution, but this would
    cause problems when the FunctionInterface contained objects that could
    only be copied in the control environment. Using these methods probably
    only makes sense in the control environment anyway. (They are a bit
    heavyweight to use in an inner loop of the execution environment.)
    dcf16790