* A function that implements Horspool's algorithm. * @param text is the string that we are searching if there is a substring * @param prototype is the substring that we are searching in text * @returns true if text string contains prototype string * @returns false if text string does not contain prototype string */
source not stored for this graph (policy: none)
no test coverage detected