MCPcopy Create free account
hub / github.com/apache/trafficserver / cmd_verify_remap_plugin

Function cmd_verify_remap_plugin

src/traffic_server/traffic_server.cc:1134–1138  ·  view source on GitHub ↗

Verify whether a given SO file looks like a valid remap plugin. * * @param[in] args The arguments passed to the -C command option. This includes * verify_global_plugin. * * @return a CMD status code. See the CMD_ defines above in this file. */

Source from the content-addressed store, hash-verified

1132 * @return a CMD status code. See the CMD_ defines above in this file.
1133 */
1134int
1135cmd_verify_remap_plugin(char *args)
1136{
1137 return verify_plugin_helper(args, plugin_type_t::REMAP);
1138}
1139
1140int cmd_help(char *cmd);
1141

Callers

nothing calls this directly

Calls 1

verify_plugin_helperFunction · 0.85

Tested by

no test coverage detected