Interface IFunctionBuilder
- Namespace
- SemanticPluginForge.Core
- Assembly
- SemanticPluginForge.Core.dll
Interface for a function builder.
public interface IFunctionBuilder
Methods
PatchKernelFunctionWithMetadata(KernelPlugin, KernelFunction)
Patch a KernelFunction object.
KernelFunction? PatchKernelFunctionWithMetadata(KernelPlugin plugin, KernelFunction function)
Parameters
pluginKernelPluginThe plugin which contains the function.
functionKernelFunctionThe function which should be patched.
Returns
- KernelFunction
Returns null if the function should be suppressed,
functionif the function should not be patched otherwise the patched function.