Skip to content

MonkeyAroundComponentRegisterFunctionPatchParams.once?

MonkeyAroundComponentRegisterFunctionPatchParams › once?

Type: boolean

When true, the patch uninstalls itself the first time the patched function is invoked (by unloading this component), restoring the original — so the interception happens exactly once. Intended for a component dedicated to this single patch. Existing callers that omit it are unaffected.