API referenceGo APICompiledFunctionOn this pageCompiledFunction type CompiledFunction struct { // contains filtered or unexported fields} CompiledFunction is a `clika_rt_compiled_function*` handle (single-owner). Methods Close func (h *CompiledFunction) Close() Close frees the single-owner handle; safe to call twice.