MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / getValidateUrl

Method getValidateUrl

pluginManager/src/PluginList.cpp:1033–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031}
1032
1033TCHAR* PluginList::getValidateUrl() {
1034 if (g_options.useDevPluginList) {
1035 return DEV_VALIDATE_BASE_URL;
1036 }
1037
1038 if (g_options.forceHttp || g_winVer < WV_VISTA) {
1039 return VALIDATE_BASE_HTTP_URL;
1040 }
1041
1042 return VALIDATE_BASE_URL;
1043}
1044
1045void PluginList::reparseFile(const tstring& pluginsListFilename)
1046{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected