logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSPluginDSOReloadEnable - control whether this plugin will take part in the remap dynamic reload process

Description

       This function provides the ability to enable/disable programmatically the plugin dynamic  reloading  when
       the   same   Dynamic   Shared   Object   (DSO)   is   also  used  as  a  remap  plugin.   This  overrides
       proxy.config.plugin.dynamic_reload_mode.

       WARNING:
          This function should be called from within TSPluginInit()ThefunctionwillreturnTS_ERRORinanyofthefollowingcases:

              • The function was not called from within TSPluginInit()

              • TS is unable to get the canonical path from the plugin's path.

Name

       TSPluginDSOReloadEnable  - control whether this plugin will take part in the remap dynamic reload process
       (remap.config)

See Also

TSAPI(3ts)

Synopsis

          #include <ts/ts.h>

       TSReturnCodeTSPluginDSOReloadEnable(intenabled)
return

See Also