MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / GetStringFilters

Method GetStringFilters

PeaceMaker Kernel/RegistryFilter.cpp:79–82  ·  view source on GitHub ↗

Return the string filters used in the registry filter. @return String filters for registry operations. */

Source from the content-addressed store, hash-verified

77 @return String filters for registry operations.
78*/
79PSTRING_FILTERS RegistryBlockingFilter::GetStringFilters()
80{
81 return RegistryBlockingFilter::RegistryStringFilters;
82}
83
84/**
85 Function that decides whether or not to block a registry operation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected