MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / buildKMPTable

Method buildKMPTable

app/src/IO/CircularBuffer.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 const int pos = 0);
87
88 [[nodiscard]] std::vector<int> buildKMPTable(const T& p) const { return computeKMPTable(p); }
89
90 /**
91 * @brief Single-pass multi-pattern scan result.

Callers 2

setStartSequencesMethod · 0.80
setFinishSequencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected